Remix.run Logo
coffeecoders 5 hours ago

Just add this to uBlock origin:

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

anotheryou 4 hours ago | parent | next [-]

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}

}
safehuss 3 hours ago | parent | prev [-]

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