mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-16 15:35:56 +08:00
add
This commit is contained in:
parent
dd1af1eeea
commit
5c906d32ed
@ -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
|
var v_appendChild = Node.prototype.appendChild
|
||||||
Node.prototype.appendChild = function(a){
|
Node.prototype.appendChild = function(a){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user