A Tampermonkey userscript that completely hides posts, likes, and content from specific names in your LinkedIn feed.
- Blocks unwanted posts before the page is rendered using CSS injection.
- Dynamically removes new posts with MutationObserver as you scroll.
- Supports multiple entries in the block list.
- Install Tampermonkey in your browser.
- Create a new userscript.
- Copy and paste the content of
script.js. - Save it. The script will run automatically when you visit LinkedIn.
Add the names/companies you want to block inside the blockedNames array:
const blockedNames = ["Name One", "Name Two", "ABC Company"];