> accounts.google.com/gsi/*<p>This filter might break functionality on some sites, so it's better to use more specified version:<p><pre><code> ||accounts.google.com/gsi/*$xhr,3p
</code></pre>
Explanation of the relevant syntax:<p><pre><code> `[no prefix]`: Blocks resources that have this text string anywhere in its URL.
`||`: Blocks resources that have a specific domain or subdomain.
`$3p`: Ensures that resources from a domain are only blocked if you're not visiting the domain itself.
`$xhr`: Prevents such resources from being downloaded through the titular JavaScript APIs.
</code></pre>
More Ad-filtering syntax explained: <a href="https://github.com/DandelionSprout/adfilt/blob/master/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md">https://github.com/DandelionSprout/adfilt/blob/master/Wiki/S...</a>
I wonder how anyone can think 'you know what, my website, that you don't even need to sign in to for 99% of the use cases, needs a big popup from google!'<p>Aside from the security/privacy considerations, why the fuck would you do that to a website? SSO from a login page? sure, whatever. a f'ing popup on every page for a SINGLE provider? That is just brain-rot. Do they pay you to do this?
Just go into ublock origin settings -> Filter lists -> enable "Social widges" and "Annoyances" (you can experiment with only some of them, but I enabled everything years ago and never had major problems).<p>It takes care of a lot of this stuff, including cookie banners and all sorts of popups. Buy a beer for list maintainers (some of them accept donations) since Raymond doesn't, and their work is equally valuable.
It's a dark pattern to trick users into handing over their email.<p>Accidentally clicked on one these instead of the close button and then started immediately receiving incessant marketing spam from that website. Of course I wasn't able to unsubscribe from the mailing list without first creating an account with them and accepting their terms so ended up resorting to blocking their email.
The new “Hide Distracting Items” feature in iOS18 Safari has been a godsend for me. Just tap on the offending overlay/prompt and watch it disappear into the digital ether.<p>Even with ad blockers, these sign in prompts are becoming increasingly common and annoying.<p>Blocking Google and Reddit sign in popups especially have restored some of my sanity.
> There are several tutorials on the Internet on how to avoid this, for example, this one on How-To Geek, which suggest disabling an option in the Google account. However, this doesn't work, since mine is not enabled and never was:<p>I don't have google account (or better yet - I'm not logged in to it in any reasonable manner) yet the promp shows constantly :|<p>f* google
From the comment:<p>> Note that the "disabling an option in the Google account" is not a possibility if you use firstparty-isolate or any other privacy features that prevent embeds like this from seeing your Google session cookie. This is another motivation to want a way to block it browser-side.<p>I literally can't remember all sort of site isolation, cross site request or whatnot privacy feature and exceptions.<p>If we can throw away all backward compatibility, can we have something simpler? Or is this just unsolvable because how complex the problem is?
How is this "feature" not a privacy/security issue?<p>Why do I get the sense that the whole push towards single-sign-on, OAuth, etc was just to push for a single, ad-controlled login?
The fact this prompt seems to block the first click of input on the actual site usually is indefensible. Not including an easy to find and easy to understand option in Chrome to just disable it outright with a 100% success rate just adds to the evidence that giving Google any power on the internet was a mistake.