/AdBlockProtector

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

AdBlock Protector

Installation instructions, along with many other relevant information are available on our website.

Building

We use custom compilers, the source code for the compilers along with prebuilt binaries are located in Script Compiler and List Compiler folders.

The compilers are built with Visual Studio 2015.

License

Anti-Adblock Killer Script is completely re-implemented.

Anti-Adblock Killer Filter is mostly copied and concatenated to List. Comments and these are removed.

Code from Anti-Adblock Killer inherits its original license.

This project was completely redesigned on version 4.0, but the name of the project was kept. This was also when the license changed to GNU GPL v3. Files that are not from Anti-Adblock Killer falls under this license unless otherwise specified.

To-do

  1. a.filter() redesign, make matching has string mode, exact match mode, RegExp mode, and callback mode. Also fix craches when arguments are not toString-able.
  2. Remove a() and a.VERSION, they are used precisely 0 times.
  3. Add contribution guideline and other documentation for transparency and clarity.