gorhill/uBlock-for-firefox-legacy

More syntax coverters needed

THEtomaso opened this issue · 2 comments

At least these (perhaps more?):

'(abort-current-script,': '(abort-current-inline-script.js,'
'(no-setInterval-if,': '(no-setInterval-if.js,'
'(no-setTimeout-if,': '(no-setTimeout-if.js,'
'(remove-class,': '(remove-class.js,'

(For confirmation, check AdGuard Annoyances filter in uBO)

Related thread:
easylist/easylist#11498

maybe it would be enough to add to and repack (i'm not an expert)
https://github.com/gorhill/uBlock-for-firefox-legacy/blob/master/src/js/assets.js#L294-L385

The section which you refered to is indeed where the new converters needs to be added, if that's what you ment.