From 762b650b8c46d15b4fc9fc043563c60a2319f8e8 Mon Sep 17 00:00:00 2001 From: Abhijith Vijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Thu, 23 Jul 2020 14:34:13 +0530 Subject: [PATCH] fix: ambiguity (#45) --- source/ContentScript/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ContentScript/index.js b/source/ContentScript/index.js index 05f7d18..214ca4a 100644 --- a/source/ContentScript/index.js +++ b/source/ContentScript/index.js @@ -1,3 +1,3 @@ -document.body.style.filter = 'invert(1)'; +console.log('helloworld from content script'); export {};