adblockparser icon indicating copy to clipboard operation
adblockparser copied to clipboard

Python parser for Adblock Plus filters

Results 14 adblockparser issues
Sort by recently updated
recently updated
newest added

Most of filter rules are domain specific. If we put filters start with "|", "||", "@@||" into their own list of rules with a given domain, then the giant regex...

While doing more extensive testing on my fork, I found a small bug. On the rule: ``` /\.accountant\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest ``` taken from easylist, you split on the first `$`, then strip...

Hi all, I've been attempting to use re2 for easyprivacy on adblockparser, however, setting the `use_re2=True` option causes a seg fault within Python3.10. Currently, the code looks like this: ```py...

bug