leonardwoo / abp2blocklist

Code to convert Adblock Plus filter lists to WebKit content blocker lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abp2blocklist

This is a script to convert Adblock Plus filter lists to WebKit block lists.

Note that WebKit content blockers are fairly limited. Hence, not all filters can be converted (in a compatible way), and some differences compared to Adblock Plus for other browsers are expected.

This script is used to convert the filter lists for Adblock Plus for iOS.

Requirements

The required packages can be installed via NPM:

npm install

filterClasses.js

The filterClasses module in node_modules/filterClasses.js is generated from the module in the adblockpluscore repository. It has been generated using JS Hydra, and small modifications made. If you need to re-generate the file run this command (adjusting the paths as appropriate):

python buildtools/jshydra/abp_rewrite.py adblockpluscore/lib/filterClasses.js | grep -vi filterNotifier > ../abp2blocklist/node_modules/filterClasses.js

You will then need to remove any references to the utils module from the generated file by hand.

Usage

node abp2blocklist.js < easylist.txt > easylist.json

About

Code to convert Adblock Plus filter lists to WebKit content blocker lists

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%