mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
These two new pseudo selectors are _action_ operators, and thus can only be used at the end of a selector. They both take as argument a string or regex literal. For `:remove-class()`, when the argument matches a class name, that class name is removed. For `:remove-attr()`, when the argument matches an attribute name, that attribute is removed. These operators are meant to replace `+js(remove-attr, ...)` and `+js(remove-class, ...)`, which from now on are candidate for deprecation in some future. Once the next stable release is widespread, filter authors must use these two new operators instead of their `+js()` counterparts. |
||
|---|---|---|
| .. | ||
| cosmetic-logger.js | ||
| cosmetic-off.js | ||
| cosmetic-on.js | ||
| dom-inspector.js | ||
| dom-survey-elements.js | ||
| dom-survey-scripts.js | ||
| epicker.js | ||
| load-3p-css.js | ||
| load-large-media-all.js | ||
| load-large-media-interactive.js | ||
| noscript-spoof.js | ||
| should-inject-contentscript.js | ||
| subscriber.js | ||