Skip to content

Instantly share code, notes, and snippets.

@shraiwi
Last active March 2, 2026 21:18
Show Gist options
  • Select an option

  • Save shraiwi/009c652da6ce8c99a6e1e0c86fe66886 to your computer and use it in GitHub Desktop.

Select an option

Save shraiwi/009c652da6ce8c99a6e1e0c86fe66886 to your computer and use it in GitHub Desktop.
Nuke Insta Slop

Nuke Insta Slop

Tired of slop? This is a uBlock Origin filter list that nukes the Reels tab, non-follower posts, and ALL video content from the platform. I'm trying to make Instagram be what my parents said Facebook was.

If you scroll past your friend's posts, this is what you get:

I didn't feel like fixing the layout, so this will just blur the slop. This has the added bonus of making you aware of how much algorithmic filler there is!

Warning

This will remove all videos, including ones from your friends... Any help would be appreciated.

The Filters

Installation guide here.

instagram.com##a[href="/reels/"]
instagram.com##article:has(div:has-text(/^Follow$/)):style(opacity: 0.2 !important; filter: blur(2em) grayscale(100%) !important; pointer-events: none !important;)
instagram.com##article:has(div[aria-label="Video player"]):style(opacity: 0.2 !important; filter: blur(2em) grayscale(100%) !important; pointer-events: none !important;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment