Skip to content

Pull uBO filter list dynamically, identify uBO-specific filters to convert to JS.

username-removed-1356172 requested to merge giwayume/AAK-Cont:master into master

uBlockProtectorList.txt is pulled from the uBlock Protector repository.

In addition, I added a new list for additional rules on top of uBlockProtectorList.txt: filter-rules.txt

Any uBO extended syntax rules in this filter list will be converted to Javascript.

Also, the extended filters are now ONLY applied to their respective lists:

  • filter-extra-notubo.txt => aak-cont-list-ubo.txt
  • filter-extra-ubo.txt => aak-cont-list-notubo.txt

This is in case we have a uBlock and ABP solution that work differently.

Merge request reports