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 Jun 27, 2023
2 parents c5114da + 97e7764 commit 23c7526
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/scriptlets",
"version": "1.9.40",
"version": "1.9.41",
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
"scripts": {
"build": "babel-node -x .js,.ts scripts/build.js",
Expand Down
12 changes: 11 additions & 1 deletion scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,16 @@
"ubo": "set-constant.js (set.js)",
"abp": "override-property-read"
},
{
"adg": "set-local-storage-item",
"ubo": "set-local-storage-item.js"
},
{
"adg": "set-popads-dummy"
},
{
"adg": "set-session-storage-item"
},
{
"adg": "xml-prune",
"ubo": "xml-prune.js"
Expand Down Expand Up @@ -276,6 +283,9 @@
},
{
"ubo": "trusted-set-cookie.js"
},
{
"ubo": "trusted-set-local-storage-item.js"
}
],
"redirects": [
Expand Down Expand Up @@ -484,4 +494,4 @@
"ubo": "noop-0.5s.mp3"
}
]
}
}
3 changes: 3 additions & 0 deletions wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
| [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-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) | | |
| [xml-prune](../wiki/about-scriptlets.md#xml-prune) | xml-prune.js | |
| | webrtc-if.js | |
| | overlay-buster.js | |
Expand Down Expand Up @@ -89,6 +91,7 @@
| | set-cookie.js | |
| | no-window-open-if.js (nowoif.js) | |
| | trusted-set-cookie.js | |
| | trusted-set-local-storage-item.js | |


## <a id="redirects"></a> Redirects compatibility table
Expand Down

0 comments on commit 23c7526

Please sign in to comment.