From 8e292fc9a1911f39fc4afbacec78ec64e7d92b10 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:07:05 +0000 Subject: [PATCH] Added list of available operators --- Procedural-cosmetic-filters.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index ef634d0..bdbe495 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -38,6 +38,10 @@ A change from the [commit message](https://github.com/gorhill/uBlock/commit/a71b ## Cosmetic filter operators +### List of available operators + +[:has(...)](#subjecthasarg), [:has-text(...)](#subjecthas-textneedle), [:matches-attr(...)](#subjectmatches-attrarg), [:matches-css(...)](#subjectmatches-cssarg), [:matches-css-before(...)](#subjectmatches-css-beforearg), [:matches-css-after(...)](#subjectmatches-css-afterarg), [:matches-media(...)](#subjectmatches-mediaarg), [:matches-path(...)](#subjectmatches-patharg), [:matches-prop(...)](#subjectmatches-proparg), [:min-text-length(n)](#subjectmin-text-lengthn), [:not(...)](#subjectnotarg), [:others(...)](#subjectothers), [:upward(...)](#subjectupwardarg), [:watch-attr(...)](#subjectwatch-attrarg), [:xpath(...)](#subjectxpatharg). + ### `subject:has(arg)` - Description: Select element _subject_ if and only if evaluating _arg_ in the context of _subject_ returns one or more elements.