1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Further fine tune new aost scriptlet

This commit is contained in:
Raymond Hill 2020-09-23 09:41:00 -04:00
parent da1547f33f
commit 793e2c7896
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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';
}