We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To prevent constructor such as new Promise or new MutationObserver that can be used to circumvent existing scriptlets like prevent-addEventListener.
new Promise
new MutationObserver
prevent-addEventListener
The text was updated successfully, but these errors were encountered:
Also related - AdguardTeam/AdguardFilters#189250 (comment) (prevented a new IntersectionObserver if callback contains e[0].intersectionRatio to fix annoying popup).
new IntersectionObserver
e[0].intersectionRatio
Sorry, something went wrong.
maximtop
No branches or pull requests
To prevent constructor such as
new Promise
ornew MutationObserver
that can be used to circumvent existing scriptlets likeprevent-addEventListener
.The text was updated successfully, but these errors were encountered: