Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Add notice
- Fix `-abp-has`
  • Loading branch information
scripthunter7 committed Feb 18, 2023
1 parent aed69c9 commit 7545054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Adblock Extended CSS" supplement for [CSSTree](https://github.com/csstree/csstree). This allows you to manage the main adblock Extended CSS elements with tools from the CSSTree library. Generally, it supports AdGuard, uBlock Origin and Adblock Plus.

> **Note:** If you are looking for a library that can parse CSS, and you don't know what is Adblock Extended CSS, you should probably use [CSSTree](https://github.com/csstree/csstree) instead of this library :)
## Table of contents

- [ECSSTree](#ecsstree)
Expand Down Expand Up @@ -38,7 +40,7 @@ NPM package: https://www.npmjs.com/package/ecss-tree
## Currently supported Extended CSS elements

- `:-abp-contains(text / regexp)`
- `:-abp-has(selector)`
- `:-abp-has(selector list)`
- `:contains(text / regexp)`
- `:has-text(text / regexp)`
- `:if-not(selector)`
Expand Down

0 comments on commit 7545054

Please sign in to comment.