mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Further fine tune new aost
scriptlet
This commit is contained in:
parent
da1547f33f
commit
793e2c7896
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
|||
let url = match[2];
|
||||
if ( url.startsWith('(') ) { url = url.slice(1); }
|
||||
if ( url === docURL ) {
|
||||
url += '#inlineScript';
|
||||
url = 'inlineScript';
|
||||
} else if ( url.startsWith('<anonymous>') ) {
|
||||
url = 'injectedScript';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue