You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#a script for rendering diffs between filter lists, and the script that is used for building Adblock Plus filter lists from the form in which they are authored into the format suitable for consumption by the adblocking software (aka rendering).
3
+
# a script for rendering diffs between filter lists, and the script that is used for building Adblock Plus filter lists from the form in which they are authored into the format suitable for consumption by the adblocking software (aka rendering).
4
+
# https://github.com/adblockplus/python-abp
4
5
pip install --upgrade python-abp
5
6
6
-
#A set of tools for the decoding and conversion of AdBlock and filter lists. The decoder itself is part of the PyFunceble project.
7
+
# A set of tools for the decoding and conversion of AdBlock and filter lists. The decoder itself is part of the PyFunceble project.
8
+
# https://github.com/PyFunceble/adblock-decoder
7
9
pip install adblock-decoder
8
10
9
-
#This is a simple tool that checks adblock filtering rules for dead domains.
11
+
# This is a simple tool that checks adblock filtering rules for dead domains.
0 commit comments