1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02: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 {
console.error("[CanvasBlocker] invalid content scripts: require not defined");
console.error(
"[CanvasBlocker] invalid content scripts: require not defined at",
window.location.href
);
}
}())`
}]