From 8db0774d7cf309c9554d6711f002fae5a894b554 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sun, 15 Jul 2018 22:39:03 +0200 Subject: [PATCH] Added note where the dynamic content script fails. --- lib/main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index 289b54e..6863558 100644 --- a/lib/main.js +++ b/lib/main.js @@ -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 + ); } }())` }]