Skip to content

Instantly share code, notes, and snippets.

@smithbm2316
Created May 15, 2025 23:19
Show Gist options
  • Save smithbm2316/ab78a28185e971587aac995d3597e280 to your computer and use it in GitHub Desktop.
Save smithbm2316/ab78a28185e971587aac995d3597e280 to your computer and use it in GitHub Desktop.
Static Filters for uBlock Origin
! block "sign in with google" popup modals
||accounts.google.com/gsi/*
##iframe[src^="http://accounts.google.com/gsi/*"]
##iframe[src^="https://accounts.google.com/gsi/*"]
##iframe[src^="//accounts.google.com/gsi/*"]
! block the Turbolinks script network request on Github, it's slow af in comparison to a full page refresh
||github.githubassets.com/assets/*turbo*.js$script,domain=github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment