tsurlfilter
tsurlfilter copied to clipboard
Improve performance of handling seq scan cosmetic rules
Regarding seqScanRules
of CosmeticRule
:
Instead of doing the seq scan all the time AND wasting precious memory on keeping lots
of CosmeticRule instances, we can compose a commonCSS string instead.
This will require interface changes though.