mirror of https://github.com/gorhill/uBlock.git
parent
545bb0787b
commit
d992824625
|
@ -91,7 +91,8 @@ const contentscriptCode = (( ) => {
|
||||||
function(hostname, scriptlets) {
|
function(hostname, scriptlets) {
|
||||||
if (
|
if (
|
||||||
document.location === null ||
|
document.location === null ||
|
||||||
hostname !== document.location.hostname
|
hostname !== document.location.hostname ||
|
||||||
|
typeof self.uBO_scriptletsInjected === 'boolean'
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue