mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-15 02:55:55 +08:00
add
This commit is contained in:
parent
efd85381d8
commit
38bcd62456
@ -1,9 +1,13 @@
|
|||||||
chrome.storage.local.get(["config-hook-new-tab"], function(e) {
|
chrome.storage.local.get(["config-hook-new-tab"], function(e) {
|
||||||
if(e['config-hook-new-tab']) {
|
if(e['config-hook-new-tab']) {
|
||||||
chrome.tabs.update({ url: "chrome-search://local-ntp/local-ntp.html" })
|
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(dels[i])
|
||||||
}
|
}
|
||||||
delete_ele(document.querySelector("#contribution"))
|
delete_ele(document.querySelector("#contribution"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user