mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
Added note where the dynamic content script fails.
This commit is contained in:
parent
a65855a587
commit
8db0774d7c
1 changed files with 4 additions and 1 deletions
|
@ -115,7 +115,10 @@
|
|||
}
|
||||
}
|
||||
else {
|
||||
console.error("[CanvasBlocker] invalid content scripts: require not defined");
|
||||
console.error(
|
||||
"[CanvasBlocker] invalid content scripts: require not defined at",
|
||||
window.location.href
|
||||
);
|
||||
}
|
||||
}())`
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue