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
{remove: true;}
:remove()
Currently ABP is supporting removing elements by {remove: true;}: https://gitlab.com/eyeo/adblockplus/abc/webext-ad-filtering-solution/-/releases/1.3.0
And looks like EL is starting to support that syntax as well: easylist/easylist@99c717fac
So I think we could add alias support for {remove: true;} then we can delegate some filters in uAssets to EL?
https://www.euronews.com/next/2024/11/12/europes-answer-to-google-ecosia-and-qwant-partner-to-build-new-search-index
euronews.com###o-site-hr__leaderboard-wallpaper.u-show-for-xlarge {remove:true;}
{remove: true;} filters are supported
{remove: true;} filters are not supported
1.61.0
Firefox 132.0.2
Windows 10
The text was updated successfully, but these errors were encountered:
AdGuard's {remove: true;} filter is supported, it's just the starting syntax of ABP that is different.
Sorry, something went wrong.
Yeah, if I'm not wrong, AG's syntax is
euronews.com#$##o-site-hr__leaderboard-wallpaper.u-show-for-xlarge {remove:true;}
which is supported in uBO.
Add support for EasyList { remove: true } cosmetic filter syntax
{ remove: true }
ff5fc61
Related issue: uBlockOrigin/uBlock-issues#3451
No branches or pull requests
Prerequisites
I tried to reproduce the issue when...
Description
Currently ABP is supporting removing elements by
{remove: true;}
: https://gitlab.com/eyeo/adblockplus/abc/webext-ad-filtering-solution/-/releases/1.3.0And looks like EL is starting to support that syntax as well: easylist/easylist@99c717fac
So I think we could add alias support for
{remove: true;}
then we can delegate some filters in uAssets to EL?A specific URL where the issue occurs.
https://www.euronews.com/next/2024/11/12/europes-answer-to-google-ecosia-and-qwant-partner-to-build-new-search-index
Steps to Reproduce
euronews.com###o-site-hr__leaderboard-wallpaper.u-show-for-xlarge {remove:true;}
in ELExpected behavior
{remove: true;}
filters are supportedActual behavior
{remove: true;}
filters are not supporteduBO version
1.61.0
Browser name and version
Firefox 132.0.2
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: