diff --git a/scripts/compatibility-table.json b/scripts/compatibility-table.json index 9c7f1d4a..1b696c87 100644 --- a/scripts/compatibility-table.json +++ b/scripts/compatibility-table.json @@ -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", @@ -476,7 +476,7 @@ "ubo": "outbrain-widget.js" }, { - "ubo": "window.open-defuser.js" + "ubo": "window.open-defuser.js (removed)" }, { "ubo": "noeval.js" @@ -488,4 +488,4 @@ "ubo": "noop-0.5s.mp3" } ] -} \ No newline at end of file +} diff --git a/wiki/compatibility-table.md b/wiki/compatibility-table.md index 80faa7bc..236117f3 100644 --- a/wiki/compatibility-table.md +++ b/wiki/compatibility-table.md @@ -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 | @@ -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 | |