This commit is contained in:
cilame 2022-09-27 22:15:19 +08:00
parent dd1af1eeea
commit 5c906d32ed

View File

@ -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){