Skip to content

Commit

Permalink
update compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 9, 2024
1 parent e58e25c commit e90bf17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
24 changes: 11 additions & 13 deletions scripts/compatibility-table.json
Expand Up @@ -27,6 +27,10 @@
"adg": "adjust-setTimeout",
"ubo": "adjust-setTimeout.js (nano-setTimeout-booster.js, nano-stb.js)"
},
{
"adg": "call-nothrow",
"ubo": "call-nothrow.js"
},
{
"adg": "close-window",
"ubo": "close-window.js (window-close-if.js)"
Expand Down Expand Up @@ -168,7 +172,8 @@
"ubo": "set-cookie.js"
},
{
"adg": "set-cookie-reload"
"adg": "set-cookie-reload",
"ubo": "set-cookie-reload.js"
},
{
"adg": "set-local-storage-item",
Expand All @@ -181,6 +186,10 @@
"adg": "set-session-storage-item",
"ubo": "set-session-storage-item.js"
},
{
"adg": "spoof-css",
"ubo": "spoof-css.js"
},
{
"adg": "xml-prune",
"ubo": "xml-prune.js"
Expand All @@ -200,10 +209,6 @@
{
"ubo": "href-sanitizer.js"
},
{
"adg": "call-nothrow",
"ubo": "call-nothrow.js"
},
{
"abp": "abort-on-iframe-property-read"
},
Expand Down Expand Up @@ -270,10 +275,6 @@
{
"ubo": "window.name-defuser.js"
},
{
"adg": "spoof-css",
"ubo": "spoof-css.js"
},
{
"ubo": "trusted-set-constant.js (trusted-set.js)"
},
Expand Down Expand Up @@ -301,9 +302,6 @@
{
"ubo": "prevent-canvas.js"
},
{
"ubo": "set-cookie-reload.js"
},
{
"ubo": "trusted-set-cookie-reload.js"
},
Expand Down Expand Up @@ -536,4 +534,4 @@
"ubo": "noop-0.5s.mp3"
}
]
}
}
7 changes: 3 additions & 4 deletions wiki/compatibility-table.md
Expand Up @@ -14,6 +14,7 @@
| [abort-on-stack-trace](../wiki/about-scriptlets.md#abort-on-stack-trace) | abort-on-stack-trace.js (aost.js) | |
| [adjust-setInterval](../wiki/about-scriptlets.md#adjust-setInterval) | adjust-setInterval.js (nano-setInterval-booster.js, nano-sib.js) | |
| [adjust-setTimeout](../wiki/about-scriptlets.md#adjust-setTimeout) | adjust-setTimeout.js (nano-setTimeout-booster.js, nano-stb.js) | |
| [call-nothrow](../wiki/about-scriptlets.md#call-nothrow) | call-nothrow.js | |
| [close-window](../wiki/about-scriptlets.md#close-window) | close-window.js (window-close-if.js) | |
| [debug-current-inline-script](../wiki/about-scriptlets.md#debug-current-inline-script) | | |
| [debug-on-property-read](../wiki/about-scriptlets.md#debug-on-property-read) | | |
Expand Down Expand Up @@ -51,17 +52,17 @@
| [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-cookie-reload](../wiki/about-scriptlets.md#set-cookie-reload) | set-cookie-reload.js | |
| [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 | |
| [spoof-css](../wiki/about-scriptlets.md#spoof-css) | spoof-css.js | |
| [xml-prune](../wiki/about-scriptlets.md#xml-prune) | xml-prune.js | |
| | webrtc-if.js | |
| | overlay-buster.js | |
| | alert-buster.js | |
| | golem.de.js (removed) | |
| | href-sanitizer.js | |
| [call-nothrow](../wiki/about-scriptlets.md#call-nothrow) | call-nothrow.js | |
| | | abort-on-iframe-property-read |
| | | abort-on-iframe-property-write |
| | | freeze-element |
Expand All @@ -84,7 +85,6 @@
| | | trace |
| | | race |
| | window.name-defuser.js | |
| [spoof-css](../wiki/about-scriptlets.md#spoof-css) | spoof-css.js | |
| | trusted-set-constant.js (trusted-set.js) | |
| | trusted-set-cookie.js | |
| | trusted-set-local-storage-item.js | |
Expand All @@ -94,7 +94,6 @@
| | trusted-replace-xhr-response.js | |
| | multiup.js | |
| | prevent-canvas.js | |
| | set-cookie-reload.js | |
| | trusted-set-cookie-reload.js | |
| | trusted-click-element.js | |
| | trusted-prune-inbound-object.js | |
Expand Down

0 comments on commit e90bf17

Please sign in to comment.