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
I get errors on some pages. Browser built on UXP. error console:
Error: TypeError: The expression cannot be converted to return the specified type. Source File: chrome://ublock0/content/js/contentscript.js Line: 803
which indicates:
uBlock-for-firefox-legacy/src/js/contentscript.js
Line 532 in 9cabc10
The text was updated successfully, but these errors were encountered:
Perhaps it's about Xpath expression?
https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate#exceptions
Sorry, something went wrong.
Thanks for a clarification. Looks like UXP issues.
Error: TypeError: Not enough arguments to XPathEvaluator.createExpression. Source File: https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/API/XPathExpression/evaluate/_sample_.examples.html Line: 52
weird
blablabla.bla##:xpath(//a[not(contains(@href,','))][string-length(@href)>1600])
blablabla.bla##:xpath('//*[string-length(@href) > 1600]')
No branches or pull requests
I get errors on some pages. Browser built on UXP.
error console:
which indicates:
uBlock-for-firefox-legacy/src/js/contentscript.js
Line 532 in 9cabc10
The text was updated successfully, but these errors were encountered: