This commit is contained in:
cilame 2022-09-27 22:23:20 +08:00
parent efd85381d8
commit 38bcd62456

View File

@ -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;c<b.length&&100>c;c++){var d=b[c].src;if(d&&0==d.indexOf(bd(!0)+"/analyt
delete_ele(dels[i])
}
delete_ele(document.querySelector("#contribution"))
}