Double-checked ":style" in AdGuard

This commit is contained in:
Imre Kristoffer Eilertsen
2021-05-06 18:54:19 +02:00
committed by GitHub
parent 198ade2745
commit 215cb0b5ab
@@ -69,7 +69,7 @@
## uBlock Origin and AdGuard only:
#### Hiding
* `:style`: Changes the CSS values of an element, in much the same way as what userstyle extensions like Stylish would've done.
* `{ }`: Same as above.
* `#$#` + `{ }`: Same as above.
* `:has-text`: Same as `:-abp-contains`.
* `:has`: Same as `:-abp-has`.
* `!#if`: Specifies that a section of entries only apply to specific platforms or extensions. Closed out by `!#endif`. Possible options are listed [here](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#if-condition).