Created
May 15, 2025 23:19
-
-
Save smithbm2316/ab78a28185e971587aac995d3597e280 to your computer and use it in GitHub Desktop.
Static Filters for uBlock Origin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! 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