ExtendedCss icon indicating copy to clipboard operation
ExtendedCss copied to clipboard

Add 'remove-attr' and 'remove-class' style properties

Open ameshkov opened this issue 3 years ago • 0 comments

The source for this task is here: https://github.com/AdguardTeam/Scriptlets/issues/245#issuecomment-1346110102

In addition to implementing the style properties, we should also automatically convert the uBO-style selectors. I.e. selector:remove-attr(attr) --> selector { remove-attr: attr }

ameshkov avatar Dec 12 '22 08:12 ameshkov