GTP
Well-Known Member
- Reaction score
- 9,446
- Location
- Adelaide, Australia
Are you annoyed at the incessant "Sign in with Google" box that pops up on just about every website?
If you are running uBlock Origin (and if you're not then why?) then open the uBlock interface > click on the gears > go to "My Filters" and add these two lines.
Or if you want to be more heavy handed replace "iframe" with an asterisk (*)
You can add both on separate lines too.
Dont forget to enable all the options under "Cookie Notices," "Social Widgets" and "Annoyances" in the "Filter Lists" section as well.
Scroll down and you'll see them.
Click "Apply or "Update Now" (which will apply and update)
And of course if you want Google to track you, see what you're doing while you're logged in to that site and log your sign in activity then just temporarily disable uBlock for that site.
Thank you Steve Gibson, life just got so much sweeter!
If you are running uBlock Origin (and if you're not then why?) then open the uBlock interface > click on the gears > go to "My Filters" and add these two lines.
Code:
! Block "Sign in with Google" iframe in top right corner of websites
||accounts.google.com/gsi/iframe
Or if you want to be more heavy handed replace "iframe" with an asterisk (*)
Code:
! Block "Sign in with Google" iframe in top right corner of websites
||accounts.google.com/gsi/*
You can add both on separate lines too.
Dont forget to enable all the options under "Cookie Notices," "Social Widgets" and "Annoyances" in the "Filter Lists" section as well.
Scroll down and you'll see them.
Click "Apply or "Update Now" (which will apply and update)
And of course if you want Google to track you, see what you're doing while you're logged in to that site and log your sign in activity then just temporarily disable uBlock for that site.
Thank you Steve Gibson, life just got so much sweeter!