Hacker News new | ask | show | jobs
by joobus 1045 days ago
I have these 2 custom filters in Brave, and haven't seen this popup since:

##iframe[src^="https://accounts.google.com/gsi/iframe/select"]

||accounts.google.com/gsi/iframe/select^$third-party

2 comments

The other top-level comment (https://news.ycombinator.com/item?id=37041492) linked superuser answer mentions a similar single line for uBlock Origin:

  accounts.google.com/gsi/$3p
Any substantial difference between the suggested two, and this one?
I worked these out a while ago. I think on some sites, an iframe will still show, but will be empty. My second rule and this one probably do the same thing.
nice! but you should code-format that by indenting it, otherwise hn truncates the uri in some views
Why the hell is HN doing that...
It's more of an abbreviation than a truncation: the link still points to the full URL, but outside of a code context there's not much reason to display excessively long URLs in their entirety as part of a regular comment.