Just add this to uBlock origin:
``` linkedin.com##main#workspace section:has(div[componentkey*="container-update-list_mainFeed-lazy"]) ```
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} }
Works like a charm on brave browser filter lists - thanks!
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/")
{