mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 02:12:44 +01:00
parent
545bb0787b
commit
d992824625
@ -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 New Issue
Block a user