mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
parent
545bb0787b
commit
d992824625
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ const contentscriptCode = (( ) => {
|
|||
function(hostname, scriptlets) {
|
||||
if (
|
||||
document.location === null ||
|
||||
hostname !== document.location.hostname
|
||||
hostname !== document.location.hostname ||
|
||||
typeof self.uBO_scriptletsInjected === 'boolean'
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue