Y
Hacker News
new
|
ask
|
show
|
jobs
by
sfmz
634 days ago
Here's a uBlock filter to defeat 'sign-in-with-google' auto-popups
||accounts.google.com/gsi/*$xhr,script,3p
1 comments
rchaud
634 days ago
Does this visually block the text+images from showing up, or does it block the network request altogether?
link
chuckadams
634 days ago
That filter blocks the request outright. A cosmetic filter would have a CSS selector in it after a couple of # signs, and would apply to the site containing the popup.
link