Disabling Google Login Popups

By Brad Lazaruk, Sun 27 April 2025, modified Sun 27 April 2025, in category Note to self

annoyances, firefox, vivaldi

Blocking with uBlock Origin Settings

So far as of this writing, this one is working.

  1. In the uBlock Origin settings, on the Filter Lists tab
    1. Scroll down to Annoyances
    2. Enable “EasyList”
    3. Hit Apply changes.

Fingers crossed.

Blocking with uBlock Origin Filters

(Although sadly this doesn’t always work)

Thanks to this answer I’ve enabled uBlock Origin to stop these popups.

  1. Copy text below into a text document and save to desktop.
||id.google.com^

||accounts.google.com/gsi/$3p

||smartlock.google.com^

! Block "Sign in with Google" iframe in top right corner of websites
||accounts.google.com/gsi/iframe

||accounts.google.com/gsi/*$xhr,script,3p
  1. Install and get into the settings for uBlock Origin. Open the My Filters tab.
  2. Select Import and append (import notepad document) select APPLY CHANGES.