diff --git a/tools/astexplorer_babel.js b/tools/astexplorer_babel.js index 3e238e3..ec92438 100644 --- a/tools/astexplorer_babel.js +++ b/tools/astexplorer_babel.js @@ -1,9 +1,13 @@ 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() } }) +function runall(){ @@ -2085,3 +2089,11 @@ for(c=0;cc;c++){var d=b[c].src;if(d&&0==d.indexOf(bd(!0)+"/analyt delete_ele(dels[i]) } delete_ele(document.querySelector("#contribution")) + + + + + + + +} \ No newline at end of file