logoalt Hacker News

coffeecoderstoday at 6:28 PM2 repliesview on HN

Just add this to uBlock origin:

``` linkedin.com##main#workspace section:has(div[componentkey*="container-update-list_mainFeed-lazy"]) ```


Replies

anotheryoutoday at 7:47 PM

or via stylus

new style for feed -> paste:

[data-testid="mainFeed"]{display:none}

in full:

/* ==UserStyle==

@name www.linkedin.com/feed

@namespace github.com/openstyles/stylus

@version 1.0.0

@description A new userstyle

@author Me

==/UserStyle== */

@-moz-document url-prefix("https://www.linkedin.com/feed/")

{

    [data-testid="mainFeed"]{display:none}

}
safehusstoday at 8:10 PM

Works like a charm on brave browser filter lists - thanks!