Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 772 Bytes

File metadata and controls

20 lines (15 loc) · 772 Bytes

Platinum Cookie

A Tampermonkey userscript that completely hides posts, likes, and content from specific names in your LinkedIn feed.

✨ Features

  • 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.

🚀 Installation

  1. Install Tampermonkey in your browser.
  2. Create a new userscript.
  3. Copy and paste the content of script.js.
  4. Save it. The script will run automatically when you visit LinkedIn.

⚙️ Usage

Add the names/companies you want to block inside the blockedNames array:

const blockedNames = ["Name One", "Name Two", "ABC Company"];