-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
enhancementNew feature or requestNew feature or requestfixedissue has been addressedissue has been addressed
Description
Prerequisites
- I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the uAssets issue tracker.
- This is not a support issue or a question. For support, questions, or help, visit /r/uBlockOrigin.
- I performed a cursory search of the issue tracker to avoid opening a duplicate issue.
- The issue is not present after disabling uBO in the browser.
- I checked the documentation to understand that the issue I am reporting is not normal behavior.
I tried to reproduce the issue when...
- uBO is the only extension.
- uBO uses default lists and settings.
- using a new, unmodified browser profile.
Description
What about a scriptlet that will return a different CSS property value to counter getComputedStyle()
(maybe by proxying CSSStyleDeclaration.prototype.getPropertyValue
) to foil sophisticated anti-blockers that check all CSS properties of an element (like megaup
, aternos
, ylilauta.org
)?
example.com##+js(spoof-css, a[href*="ads/redirect/"] > img, clip-path, none)
example.com##a[href*="ads/redirect/"] > img:style(clip-path: circle(0) !important;)
A specific URL where the issue occurs.
.
Steps to Reproduce
.
Expected behavior
.
Actual behavior
.
uBO version
.
Browser name and version
.
Operating System and version
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfixedissue has been addressedissue has been addressed