Skip to content

Commit d992824

Browse files
committed
Just to be sure no race condition
Related commit: - d1f8a05
1 parent 545bb07 commit d992824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/scriptlet-filtering.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ const contentscriptCode = (( ) => {
9191
function(hostname, scriptlets) {
9292
if (
9393
document.location === null ||
94-
hostname !== document.location.hostname
94+
hostname !== document.location.hostname ||
95+
typeof self.uBO_scriptletsInjected === 'boolean'
9596
) {
9697
return;
9798
}

0 commit comments

Comments
 (0)