From c12b9ee3535f5a4515c164b020dfc08df8f1bfbd Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 3 Sep 2021 19:40:45 +0200 Subject: disable payload injection on non-html pages --- content/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/main.js') diff --git a/content/main.js b/content/main.js index 17b6b98..da215b9 100644 --- a/content/main.js +++ b/content/main.js @@ -147,3 +147,5 @@ if (!is_privileged_url(document.URL)) { start_activity_info_server(); } + +console.log("content script"); -- cgit v1.2.3