AdguardTeam / FiltersCompiler

A tool that compiles & validates filters
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Convert ABP's `remove:true;` rules to AdGuard syntax #236

Open Alex-302 opened 1 week ago

Alex-302 commented 1 week ago

ABP syntax https://github.com/easylist/easylist/commit/99c717facd46997a3b90bb697c1515c7c957350e#diff-d95e1ad0368a5fb3bacb89fc7f209b9fa33a9974d9d2cf4b9a98903b7aa356a2R850

euronews.com###o-site-hr__leaderboard-wallpaper.u-show-for-xlarge {remove:true;}

AdGuard extended CSS syntax:

euronews.com#$?##o-site-hr__leaderboard-wallpaper.u-show-for-xlarge { remove: true; }