diff --git a/tools/astexplorer_babel.js b/tools/astexplorer_babel.js index ec92438..c6a44af 100644 --- a/tools/astexplorer_babel.js +++ b/tools/astexplorer_babel.js @@ -2,7 +2,6 @@ chrome.storage.local.get(["config-hook-new-tab"], function(e) { if(e['config-hook-new-tab']) { chrome.tabs.update({ url: "chrome-search://local-ntp/local-ntp.html" }) }else{ - // document.documentElement.style.display = 'block'; runall() } })