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
>>>
AdguardTeam/AdguardFilters#195191
To improve targeting an element, I think that we need to support >>> syntax of trusted-click-element and Extended CSS to hide-in-shadow-dom scriptlet.
trusted-click-element
hide-in-shadow-dom
The text was updated successfully, but these errors were encountered:
I think that for apps.microsoft.com case we can use rather safely a rule like this:
apps.microsoft.com
apps.microsoft.com#%#//scriptlet('hide-in-shadow-dom', 'buy-box[telemetry-area-id="CtaButton"][telemetry-data*="buttonType"][telemetry-data*="share"]')
It hides "Share" button (it seems that it's not displayed on Windows, so changing user-agent might be required) and it doesn't hide a download button.
But of course improving the scriptlet might be useful.
Sorry, something went wrong.
maximtop
No branches or pull requests
AdguardTeam/AdguardFilters#195191
To improve targeting an element, I think that we need to support
>>>
syntax oftrusted-click-element
and Extended CSS tohide-in-shadow-dom
scriptlet.Screenshot
The text was updated successfully, but these errors were encountered: