Skip to content

Commit

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

commit 740ebf3
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Tue Jul 18 18:07:22 2023 +0300

    update compatibility table
  • Loading branch information
slavaleleka committed Jul 18, 2023
1 parent 3ef74ba commit 7c03290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
{
"adg": "prevent-window-open",
"ubo": "no-window-open-if.js (nowoif.js, prevent-window-open.js)"
"ubo": "no-window-open-if.js (nowoif.js, prevent-window-open.js, window.open-defuser.js)"
},
{
"adg": "remove-attr",
Expand Down Expand Up @@ -476,7 +476,7 @@
"ubo": "outbrain-widget.js"
},
{
"ubo": "window.open-defuser.js"
"ubo": "window.open-defuser.js (removed)"
},
{
"ubo": "noeval.js"
Expand All @@ -488,4 +488,4 @@
"ubo": "noop-0.5s.mp3"
}
]
}
}
4 changes: 2 additions & 2 deletions wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
| [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) | no-window-open-if.js (nowoif.js, prevent-window-open.js) | |
| [prevent-window-open](../wiki/about-scriptlets.md#prevent-window-open) | no-window-open-if.js (nowoif.js, prevent-window-open.js, window.open-defuser.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) | cookie-remover |
Expand Down Expand Up @@ -145,7 +145,7 @@
| | ligatus_angular-tag.js | |
| | monkeybroker.js | |
| | outbrain-widget.js | |
| | window.open-defuser.js | |
| | window.open-defuser.js (removed) | |
| | noeval.js | |
| | mxpnl_mixpanel.js | |
| | noop-0.5s.mp3 | |

0 comments on commit 7c03290

Please sign in to comment.