Skip to content

Commit

Permalink
update compatibility table. AG-23829
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 02c7018
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Fri Jul 14 19:10:39 2023 +0300

    update compatibility table

commit a48113e
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Fri Jul 14 19:09:56 2023 +0300

    update compatibility table
  • Loading branch information
slavaleleka committed Jul 14, 2023
1 parent 37bb120 commit 8238dee
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 65 deletions.
74 changes: 33 additions & 41 deletions scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
},
{
"adg": "prevent-addEventListener",
"ubo": "addEventListener-defuser.js (aeld.js, prevent-addEventListener.js)"
"ubo": "addEventListener-defuser.js (aeld.js, prevent-addEventListener.js)",
"abp": "prevent-listener"
},
{
"adg": "prevent-adfly",
Expand Down Expand Up @@ -130,7 +131,8 @@
"ubo": "no-setTimeout-if.js (nostif.js, prevent-setTimeout.js, setTimeout-defuser.js)"
},
{
"adg": "prevent-window-open"
"adg": "prevent-window-open",
"ubo": "no-window-open-if.js (nowoif.js, prevent-window-open.js)"
},
{
"adg": "remove-attr",
Expand All @@ -142,7 +144,8 @@
},
{
"adg": "remove-cookie",
"ubo": "cookie-remover.js (remove-cookie.js)"
"ubo": "cookie-remover.js (remove-cookie.js)",
"abp": "cookie-remover"
},
{
"adg": "remove-node-text",
Expand All @@ -157,6 +160,13 @@
"ubo": "set-constant.js (set.js)",
"abp": "override-property-read"
},
{
"adg": "set-cookie",
"ubo": "set-cookie.js"
},
{
"adg": "set-cookie-reload"
},
{
"adg": "set-local-storage-item",
"ubo": "set-local-storage-item.js"
Expand All @@ -181,62 +191,56 @@
{
"ubo": "alert-buster.js"
},
{
"ubo": "gpt-defuser.js (removed)"
},
{
"ubo": "golem.de.js"
},
{
"ubo": "upmanager-defuser.js (removed)"
"ubo": "href-sanitizer.js"
},
{
"ubo": "smartadserver.com.js (removed)"
"ubo": "call-nothrow.js"
},
{
"ubo": "damoh-defuser.js (removed)"
"abp": "abort-on-iframe-property-read"
},
{
"ubo": "twitch-videoad.js (removed)"
"abp": "abort-on-iframe-property-write"
},
{
"ubo": "href-sanitizer.js"
"abp": "freeze-element"
},
{
"ubo": "call-nothrow.js"
"abp": "json-override"
},
{
"abp": "trace"
"abp": "simulate-mouse-event"
},
{
"abp": "hide-if-shadow-contains"
"abp": "strip-fetch-query-parameter"
},
{
"abp": "hide-if-contains"
},
{
"abp": "hide-if-contains-visible-text"
},
{
"abp": "hide-if-contains-and-matches-style"
"abp": "hide-if-contains-image"
},
{
"abp": "hide-if-has-and-matches-style"
"abp": "hide-if-contains-image-hash"
},
{
"abp": "hide-if-contains-image"
"abp": "hide-if-contains-similar-text"
},
{
"abp": "strip-fetch-query-parameter"
"abp": "hide-if-contains-visible-text"
},
{
"abp": "hide-if-contains-image-hash"
"abp": "hide-if-contains-and-matches-style"
},
{
"abp": "ml-hide-if-graph-matches"
"abp": "hide-if-graph-matches"
},
{
"abp": "debug"
"abp": "hide-if-has-and-matches-style"
},
{
"abp": "hide-if-labelled-by"
Expand All @@ -245,25 +249,19 @@
"abp": "hide-if-matches-xpath"
},
{
"abp": "profile"
},
{
"abp": "freeze-element"
},
{
"abp": "prepareInjection"
"abp": "hide-if-matches-computed-xpath"
},
{
"abp": "commitInjection"
"abp": "hide-if-shadow-contains"
},
{
"abp": "abort-on-iframe-property-read"
"abp": "debug"
},
{
"abp": "abort-on-iframe-property-write"
"abp": "trace"
},
{
"ubo": "no-floc.js (removed)"
"abp": "race"
},
{
"ubo": "window.name-defuser.js"
Expand All @@ -277,12 +275,6 @@
{
"ubo": "trusted-set-constant.js (trusted-set.js)"
},
{
"ubo": "set-cookie.js"
},
{
"ubo": "no-window-open-if.js (nowoif.js, prevent-window-open.js)"
},
{
"ubo": "trusted-set-cookie.js"
},
Expand Down
44 changes: 20 additions & 24 deletions wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| [noeval](../wiki/about-scriptlets.md#noeval) | | |
| [nowebrtc](../wiki/about-scriptlets.md#nowebrtc) | nowebrtc.js | |
| [no-topics](../wiki/about-scriptlets.md#no-topics) | | |
| [prevent-addEventListener](../wiki/about-scriptlets.md#prevent-addEventListener) | addEventListener-defuser.js (aeld.js, prevent-addEventListener.js) | |
| [prevent-addEventListener](../wiki/about-scriptlets.md#prevent-addEventListener) | addEventListener-defuser.js (aeld.js, prevent-addEventListener.js) | prevent-listener |
| [prevent-adfly](../wiki/about-scriptlets.md#prevent-adfly) | adfly-defuser.js | |
| [prevent-bab](../wiki/about-scriptlets.md#prevent-bab) | | |
| [prevent-eval-if](../wiki/about-scriptlets.md#prevent-eval-if) | noeval-if.js (prevent-eval-if.js) | |
Expand All @@ -42,54 +42,50 @@
| [prevent-requestAnimationFrame](../wiki/about-scriptlets.md#prevent-requestAnimationFrame) | no-requestAnimationFrame-if.js (norafif.js, prevent-requestAnimationFrame.js) | |
| [prevent-setInterval](../wiki/about-scriptlets.md#prevent-setInterval) | no-setInterval-if.js (nosiif.js, prevent-setInterval.js, setInterval-defuser.js) | |
| [prevent-setTimeout](../wiki/about-scriptlets.md#prevent-setTimeout) | no-setTimeout-if.js (nostif.js, prevent-setTimeout.js, setTimeout-defuser.js) | |
| [prevent-window-open](../wiki/about-scriptlets.md#prevent-window-open) | | |
| [prevent-window-open](../wiki/about-scriptlets.md#prevent-window-open) | no-window-open-if.js (nowoif.js, prevent-window-open.js) | |
| [remove-attr](../wiki/about-scriptlets.md#remove-attr) | remove-attr.js (ra.js) | |
| [remove-class](../wiki/about-scriptlets.md#remove-class) | remove-class.js (rc.js) | |
| [remove-cookie](../wiki/about-scriptlets.md#remove-cookie) | cookie-remover.js (remove-cookie.js) | |
| [remove-cookie](../wiki/about-scriptlets.md#remove-cookie) | cookie-remover.js (remove-cookie.js) | cookie-remover |
| [remove-node-text](../wiki/about-scriptlets.md#remove-node-text) | remove-node-text.js (rmnt.js) | |
| [set-attr](../wiki/about-scriptlets.md#set-attr) | set-attr.js | |
| [set-constant](../wiki/about-scriptlets.md#set-constant) | set-constant.js (set.js) | override-property-read |
| [set-cookie](../wiki/about-scriptlets.md#set-cookie) | set-cookie.js | |
| [set-cookie-reload](../wiki/about-scriptlets.md#set-cookie-reload) | | |
| [set-local-storage-item](../wiki/about-scriptlets.md#set-local-storage-item) | set-local-storage-item.js | |
| [set-popads-dummy](../wiki/about-scriptlets.md#set-popads-dummy) | | |
| [set-session-storage-item](../wiki/about-scriptlets.md#set-session-storage-item) | set-session-storage-item.js | |
| [xml-prune](../wiki/about-scriptlets.md#xml-prune) | xml-prune.js | |
| | webrtc-if.js | |
| | overlay-buster.js | |
| | alert-buster.js | |
| | gpt-defuser.js (removed) | |
| | golem.de.js | |
| | upmanager-defuser.js (removed) | |
| | smartadserver.com.js (removed) | |
| | damoh-defuser.js (removed) | |
| | twitch-videoad.js (removed) | |
| | href-sanitizer.js | |
| | call-nothrow.js | |
| | | trace |
| | | hide-if-shadow-contains |
| | | abort-on-iframe-property-read |
| | | abort-on-iframe-property-write |
| | | freeze-element |
| | | json-override |
| | | simulate-mouse-event |
| | | strip-fetch-query-parameter |
| | | hide-if-contains |
| | | hide-if-contains-image |
| | | hide-if-contains-image-hash |
| | | hide-if-contains-similar-text |
| | | hide-if-contains-visible-text |
| | | hide-if-contains-and-matches-style |
| | | hide-if-graph-matches |
| | | hide-if-has-and-matches-style |
| | | hide-if-contains-image |
| | | strip-fetch-query-parameter |
| | | hide-if-contains-image-hash |
| | | ml-hide-if-graph-matches |
| | | debug |
| | | hide-if-labelled-by |
| | | hide-if-matches-xpath |
| | | profile |
| | | freeze-element |
| | | prepareInjection |
| | | commitInjection |
| | | abort-on-iframe-property-read |
| | | abort-on-iframe-property-write |
| | no-floc.js (removed) | |
| | | hide-if-matches-computed-xpath |
| | | hide-if-shadow-contains |
| | | debug |
| | | trace |
| | | race |
| | window.name-defuser.js | |
| | spoof-css.js | |
| | replace-node-text.js (rpnt.js) | |
| | trusted-set-constant.js (trusted-set.js) | |
| | set-cookie.js | |
| | no-window-open-if.js (nowoif.js, prevent-window-open.js) | |
| | trusted-set-cookie.js | |
| | trusted-set-local-storage-item.js | |

Expand Down

0 comments on commit 8238dee

Please sign in to comment.