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");