-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Site Based) Wildcard CSS ID Filter: #id* #619
Comments
https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors
Instead of |
It can, but the element picker won't do it for you. Hiding rules (cosmetic filters) are just plain CSS selectors:
So in your case, a valid CSS selector:
In uBlock it's not too complicated to do this:
|
Hi,
if µBlock origin could create a rule with the help of the element picker that filters all IDs starting with bsa via a rule
#bsa*
site-wide that would be awesome!There are a few annoying anti-adblockers that effectively stop visitors from viewing the site unless ad-blockers are disabled. They have a div sitting ontop of the site, that is only removed, if no adblocker is detected. It's predictably creating these divs with IDs starting with
#bsa<random-chars>
.The text was updated successfully, but these errors were encountered: