Skip to content

Commit

Permalink
Merge branch 'master' into fix/AG-21081
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Jul 7, 2023
2 parents 59be739 + d6713c7 commit 1d3046c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"ubo": "remove-node-text.js (rmnt.js)"
},
{
"adg": "set-attr"
"adg": "set-attr",
"ubo": "set-attr.js"
},
{
"adg": "set-constant",
Expand All @@ -164,7 +165,8 @@
"adg": "set-popads-dummy"
},
{
"adg": "set-session-storage-item"
"adg": "set-session-storage-item",
"ubo": "set-session-storage-item.js"
},
{
"adg": "xml-prune",
Expand Down Expand Up @@ -279,7 +281,7 @@
"ubo": "set-cookie.js"
},
{
"ubo": "no-window-open-if.js (nowoif.js)"
"ubo": "no-window-open-if.js (nowoif.js, prevent-window-open.js)"
},
{
"ubo": "trusted-set-cookie.js"
Expand Down
6 changes: 3 additions & 3 deletions wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
| [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-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](../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-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](../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 | |
Expand Down Expand Up @@ -89,7 +89,7 @@
| | replace-node-text.js (rpnt.js) | |
| | trusted-set-constant.js (trusted-set.js) | |
| | set-cookie.js | |
| | no-window-open-if.js (nowoif.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 1d3046c

Please sign in to comment.