Skip to content

Instantly share code, notes, and snippets.

@Solarflame5
Last active June 13, 2023 18:44
Show Gist options
  • Save Solarflame5/e26cdc28072bbb91f5cd502124835883 to your computer and use it in GitHub Desktop.
Save Solarflame5/e26cdc28072bbb91f5cd502124835883 to your computer and use it in GitHub Desktop.
Some uBlock Origin filters I use
! This filter removes the super thanks and clip buttons on the youtube player.
! Replace "Teşekkürler" with whats written on the super thanks button and "Klip" with whats written on the clip button in your native language
www.youtube.com##ytd-button-renderer.ytd-menu-renderer.style-scope:has-text(/Teşekkürler/)
www.youtube.com##ytd-button-renderer.ytd-menu-renderer.style-scope:has-text(/Klip/)
! Block ads disguised as things on thingiverse
www.thingiverse.com##div[class^="AdCard__card--"]
www.thingiverse.com##[class^="AdCard__leaderboard--"]
www.thingiverse.com##div[class^="CardGrid__cardGridItem"]:has([class^="AdCard__card--"])
! Removes the "New Posts" popup on new reddit, remove ":has-text(/New Posts/)" if it doesn't work
www.reddit.com##._2w46GjyOK9f8VUpIbu6q1B:has-text(/New Posts/)
! Removes the "Live Chats" button on new reddit's navigation bar
www.reddit.com##._39XwvEX05Vwji7kFcISFuV._3dZnYgFFpifT-M_Vs2FAq6
www.reddit.com##.u6HtAZu8_LKL721-EnKuR._2J_zB4R1FH2EjGMkQjedwc
! Removes shorts embedded in the youtube player right hand side video recommendations
www.youtube.com##ytd-reel-shelf-renderer.ytd-item-section-renderer.style-scope
! Removes twitter blue ad above the trends list
twitter.com##div.r-1udh08x.r-1ifxtd0.r-rs99b7.r-1phboty.r-1867qdf.r-14wv3jr.r-g2wdr4.css-1dbjc4n:nth-of-type(3):has-text("Get Verified")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment