adblockparser
adblockparser copied to clipboard
Python parser for Adblock Plus filters
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...
this is a support request.