1
0
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:
kkapsner 2018-07-15 22:39:03 +02:00
parent a65855a587
commit 8db0774d7c

View File

@ -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
);
} }
}())` }())`
}] }]