mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 18:25:59 +08:00
add
This commit is contained in:
parent
38bcd62456
commit
330635a770
@ -2,7 +2,6 @@ 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{
|
}else{
|
||||||
// document.documentElement.style.display = 'block';
|
|
||||||
runall()
|
runall()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user