Improve translation into uBo file for `remove-class` / `remove-attr`
As I said in #152 nice will be implement translation AG syntax to uBo syntax with injection parameter when AG based on default MutationObserver.
So uBo added parameter but default run scriptlet once and sometimes run before class or attribute exist.
-
So remove-class should have visible
asap stay:is.fi#%#//scriptlet('remove-class', 'stuck', '.placeholder > .sticky-container.stuck')➡️
is.fi##+js(remove-class, stuck, .placeholder > .sticky-container.stuck,asap stay) -
And remove-attr should have visible
stay:musixmatch.com#%#//scriptlet('remove-attr', 'style|oncontextmenu', 'body')➡️
musixmatch.com##+js(remove-attr, style|oncontextmenu, body,stay)At
musixmatch.comwe can see neededstayorcompleteddue attribs was added very late on page - without parameter with uBo selection on page will be still locked.