crx-adblock

chrome extension to hide/block custom ads

Stars
6
Committers
1

crx-adblock

  • chrome web browser extension
  • hide/block/remove custom forceful banners from any webpage
  • add rules in rules.json

installation

  • follow similiar instruction as this but remember to use name crx-adblock

rules (how-to)

"hostname": {
	"query":[".selector1,.selector2", "#selector3"],
	"call": "evalable function body"
}

OR

"hostname": {
	"query":".selector1,.selector2", "#selector3",
	"call": ["existing_function_name"]
}
Related Projects