0

On many websites that require login, these annoying Google login prompts appear:

enter image description here

How can I block them?

stumblebee
  • 4,379

2 Answers2

3

Add this line to "my filters" in uBlock origin:

accounts.google.com/gsi/*

Click on the three gears in uBlock Origin, then go over to "My Filters" and paste the above line into the page below and then click "Apply Changes".

Answer moved here from @totalconfusion's original question.

stumblebee
  • 4,379
1

These popups are a pest on many sites now. 2 ways I know of to block:

  1. Any adblocker that allows you to dynamically block an element, you can choose that option and then highlight the popup. That is usually enough although you will need to do that on every site the window appears (unless you configure a more generic filter).

or

  1. You could install a script blocker such as NoScript which allows you to enable/disable scripts from domains. So on that site you enable scripts from colonist.io but leave all other (e.g. google) scripts blocked.
codlord
  • 3,153