Skip to content

AdBlock Filter Syntax code highlighter and partial validator. Colorizes and explains the syntax. Good for learning.

Notifications You must be signed in to change notification settings

tueksta/adblock-filter-analyzer

 
 

Repository files navigation

pages-build-deployment

adblock-filter-analyzer

JavaScript library that analyzes AdBlock Filter Syntax. Colorizes and explains the syntax. Good for learning.

Live version located at https://tueksta.github.io/adblock-filter-analyzer/index.html

This is a fork of https://github.com/RedDragonWebDesign/adblock-filter-analyzer

Features

  • Mainly a code coloring and learning tool. But does some validation too.
  • Handles very large files (30,000 lines will take a couple of seconds, but will work)
  • Gives an error count and detailed error report
  • Colors 29 different kinds of syntax
  • Checks for some common errors
  • Validates RegEx
  • Checks options and uboScriptlets against a list of valid functions, marks as error if not found.
  • Colors and error checks as you type

About

AdBlock Filter Syntax code highlighter and partial validator. Colorizes and explains the syntax. Good for learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • HTML 12.5%
  • CSS 6.3%