AdBlock/Filter list decoding

Warning

This component is not activated by default.

Why do we need it?

As some people may want to test the content of their AdBlock/Filter list, we offer a way to decode them!

How does it work?

Note

Want to read the code ? It’s here: AdblockInputLine2Subject!

We keep it simple by trying to comply with the Adblock Plus filters explained documentation. For us, the relevant parts are the one which defines/explains which domains are being blocked from a given rule.

Note

A more aggressive extraction might be planned in the future.

How to use it?

You can simply change

cli_decoding:
    adblock: False

    # Activate this only if you want to get as much as possible.
    adblock_aggressive: False

to

cli_decoding:
    adblock: False

    # Activate this only if you want to get as much as possible.
    adblock_aggressive: False

into your personal .PyFunceble.yaml or use the --adblock argument from the CLI to activate it.