What does the exclamation mark ! mean at the beginning of some of the rules in filterset.g?
These have just appeared after updating to the lastest adblock plus.
Exclamation mark in filterset.g??
If the exclamation mark confuses you or you just liked a more visible image you can easily adapt this by yourself:
Take this image, save it as abp-regex.png into your chrome-folder and add this to your userChrome.css:
Result:

Take this image, save it as abp-regex.png into your chrome-folder and add this to your userChrome.css:
Code: Select all
treechildren::-moz-tree-image(col-pattern, pattern-true, pattern-regexp-true) { list-style-image: url("abp-regex.png") !important; }
