This commit is contained in:
cilame 2022-09-27 22:24:20 +08:00
parent 38bcd62456
commit 330635a770

View File

@ -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()
}
})