hufilter-dev icon indicating copy to clipboard operation
hufilter-dev copied to clipboard

Improve automatic check script

Open scripthunter7 opened this issue 2 years ago • 0 comments

An upgrade to the current script to provide the following features:

  • Check rule syntax (completed but not yet published)
    • Check CSS selectors syntax / Extended CSS selectors syntax on cosmetic rules
  • Basic redundancy check: https://adblockplus.org/redundancy_check (service already in operation)
  • Advanced redundancy check: https://abpvn.com/ruleChecker/redundantRuleChecker.html (service already in operation)
  • EasyList redundancy check (completed but not yet published)
    • Filter out rules that are already present in EasyList / EasyPrivacy
    • Previous redundant rules in the list have been filtered out, see https://github.com/hufilter/hufilter-dev/issues/259
  • Dead / parked domain check (in progress)

Additional:

  • Rename it from redundancy check to check
  • TypeScript

scripthunter7 avatar Jun 01 '22 11:06 scripthunter7