From f9636840d646926f0f134da7a0e391e8cf86f344 Mon Sep 17 00:00:00 2001 From: blackstormx Date: Wed, 29 Jul 2020 18:06:06 +0400 Subject: [PATCH] Update content.js --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index eaf1666..156ef9a 100644 --- a/content.js +++ b/content.js @@ -25,7 +25,7 @@ function chromeStorage(sKey) { chromeStorage("parseWiki") .then(result => { - if (result) { + if (result != undefined) { parseWiki = result; } return chromeStorage("customBanWord");