gorhill / uBlock-for-firefox-legacy

uBlock Origin for Firefox legacy-based browsers.
GNU General Public License v3.0
201 stars 24 forks source link

More syntax coverters needed #328

Open THEtomaso opened 2 years ago

THEtomaso commented 2 years ago

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: https://github.com/easylist/easylist/issues/11498/

AroKol78 commented 2 years ago

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

THEtomaso commented 2 years ago

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