Skip to content

fcokur/platinum-cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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"];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published