mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add alias for scriptlet to increase compatibility with AdGuard filter lists
This commit is contained in:
parent
33b409dd5b
commit
e0b4b3d830
1 changed files with 1 additions and 0 deletions
|
@ -1809,6 +1809,7 @@ builtinScriptlets.push({
|
|||
name: 'no-window-open-if.js',
|
||||
aliases: [
|
||||
'nowoif.js',
|
||||
'prevent-window-open.js',
|
||||
],
|
||||
fn: noWindowOpenIf,
|
||||
dependencies: [
|
||||
|
|
Loading…
Reference in a new issue