Skip to content

Commit

Permalink
Merge branch 'master' into feature/AG-22559
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Jan 26, 2024
2 parents 6403dc8 + d71db5c commit 5034934
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.105",
"version": "1.9.106",
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
"scripts": {
"build": "babel-node -x .js,.ts scripts/build.js",
Expand Down
7 changes: 5 additions & 2 deletions scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
{
"adg": "prevent-bab"
},
{
"adg": "prevent-element-src-loading"
},
{
"adg": "prevent-eval-if",
"ubo": "noeval-if.js (prevent-eval-if.js)"
Expand Down Expand Up @@ -279,7 +282,7 @@
"ubo": "trusted-set-local-storage-item.js"
},
{
"ubo": "trusted-replace-fetch-response.js"
"ubo": "trusted-replace-fetch-response.js (trusted-rpfr.js)"
},
{
"ubo": "json-prune-fetch-response.js"
Expand Down Expand Up @@ -525,4 +528,4 @@
"ubo": "noop-0.5s.mp3"
}
]
}
}
3 changes: 2 additions & 1 deletion wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
| [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 (removed) | |
| [prevent-bab](../wiki/about-scriptlets.md#prevent-bab) | | |
| [prevent-element-src-loading](../wiki/about-scriptlets.md#prevent-element-src-loading) | | |
| [prevent-eval-if](../wiki/about-scriptlets.md#prevent-eval-if) | noeval-if.js (prevent-eval-if.js) | |
| [prevent-fab-3.2.0](../wiki/about-scriptlets.md#prevent-fab-3.2.0) | | |
| [prevent-fetch](../wiki/about-scriptlets.md#prevent-fetch) | no-fetch-if.js (prevent-fetch.js) | |
Expand Down Expand Up @@ -87,7 +88,7 @@
| | trusted-set-constant.js (trusted-set.js) | |
| | trusted-set-cookie.js | |
| | trusted-set-local-storage-item.js | |
| | trusted-replace-fetch-response.js | |
| | trusted-replace-fetch-response.js (trusted-rpfr.js) | |
| | json-prune-fetch-response.js | |
| | json-prune-xhr-response.js | |
| | trusted-replace-xhr-response.js | |
Expand Down

0 comments on commit 5034934

Please sign in to comment.