Scriptlets icon indicating copy to clipboard operation
Scriptlets copied to clipboard

Support blocking rules for a defined list of domains

Open BlazeFTL opened this issue 9 months ago • 0 comments

Now Many Site Owner Buy Domains In BULK For Evading AdBlock Instead Of Updating Anti Adb Code

One Of The Prime Example Is Gplinks http://gplinks.co/rJgS

https://github.com/AdguardTeam/AdguardFilters/issues/170980#issuecomment-2131297762

So For Gplinks There Maybe 5-6 Filters And Instead Of Adding Domains 6 Times Why Not Follow This Example Below

!#define Gplinks.com (example.com,example2.com)
Gplinks.com##.ads
!#endif

So Every Time Gplinks Uses A New Domain Only Adding The Domain In The First Line Would Be Enough

!#define Gplinks.com (example.com,example2.com,newdomain.com)
Gplinks.com##.ads
!#endif

Would Be Enough (Reduces Filter Maintainers Burden As Its Very Annoying To Add Domains Regularly)

Related UBO Discussion https://github.com/uBlockOrigin/uBlock-issues/discussions/3212#discussioncomment-9395074

BlazeFTL avatar May 13 '24 15:05 BlazeFTL