From 5c906d32ed640c7f0ddf165df2cc61f49e198766 Mon Sep 17 00:00:00 2001 From: cilame Date: Tue, 27 Sep 2022 22:15:19 +0800 Subject: [PATCH] add --- tools/astexplorer_babel.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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){