mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Added note where the dynamic content script fails.
This commit is contained in:
parent
a65855a587
commit
8db0774d7c
@ -115,7 +115,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.error("[CanvasBlocker] invalid content scripts: require not defined");
|
console.error(
|
||||||
|
"[CanvasBlocker] invalid content scripts: require not defined at",
|
||||||
|
window.location.href
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}())`
|
}())`
|
||||||
}]
|
}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user