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
The following rule is treated as invalid by adblock-rust because it looks like the first argument is quoted, but there is no matching end quote:
example.com##+js(scriptlet-name, "test"!==undefined, 1)
However, uBO considers it valid and parses the arguments as "test"!==undefined and 1.
"test"!==undefined
1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following rule is treated as invalid by adblock-rust because it looks like the first argument is quoted, but there is no matching end quote:
However, uBO considers it valid and parses the arguments as
"test"!==undefined
and1
.The text was updated successfully, but these errors were encountered: