diff --git a/tools/astexplorer_babel.js b/tools/astexplorer_babel.js index 1688ba4..3e238e3 100644 --- a/tools/astexplorer_babel.js +++ b/tools/astexplorer_babel.js @@ -1,3 +1,11 @@ +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" }) + } +}) + + + var v_appendChild = Node.prototype.appendChild Node.prototype.appendChild = function(a){