mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Remove newHomePage api
This commit is contained in:
parent
f01043d5d2
commit
ecc7517177
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Offline)
|
||||
// @version 767.94
|
||||
// @version 767.95
|
||||
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -3507,9 +3507,6 @@ fullyLoaded(() => getUID() && store.dispatch('fetchWatchlaterList'))
|
||||
debugger
|
||||
}
|
||||
},
|
||||
newHomePage: () => {
|
||||
document.cookie = 'INTVER=1; domain=.bilibili.com; path=/; expires=Fri, 21 Aug 2020 02:13:04 GMT'
|
||||
},
|
||||
monkeyInfo: GM.info,
|
||||
monkeyApis: {
|
||||
getValue: GM.getValue,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview Offline)
|
||||
// @version 767.94
|
||||
// @version 767.95
|
||||
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2020, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
@ -3507,9 +3507,6 @@ fullyLoaded(() => getUID() && store.dispatch('fetchWatchlaterList'))
|
||||
debugger
|
||||
}
|
||||
},
|
||||
newHomePage: () => {
|
||||
document.cookie = 'INTVER=1; domain=.bilibili.com; path=/; expires=Fri, 21 Aug 2020 02:13:04 GMT'
|
||||
},
|
||||
monkeyInfo: GM.info,
|
||||
monkeyApis: {
|
||||
getValue: GM.getValue,
|
||||
|
||||
@ -3566,9 +3566,6 @@ fullyLoaded(() => getUID() && store.dispatch('fetchWatchlaterList'))
|
||||
debugger
|
||||
}
|
||||
},
|
||||
newHomePage: () => {
|
||||
document.cookie = 'INTVER=1; domain=.bilibili.com; path=/; expires=Fri, 21 Aug 2020 02:13:04 GMT'
|
||||
},
|
||||
monkeyInfo: GM.info,
|
||||
monkeyApis: {
|
||||
getValue: GM.getValue,
|
||||
|
||||
@ -3566,9 +3566,6 @@ fullyLoaded(() => getUID() && store.dispatch('fetchWatchlaterList'))
|
||||
debugger
|
||||
}
|
||||
},
|
||||
newHomePage: () => {
|
||||
document.cookie = 'INTVER=1; domain=.bilibili.com; path=/; expires=Fri, 21 Aug 2020 02:13:04 GMT'
|
||||
},
|
||||
monkeyInfo: GM.info,
|
||||
monkeyApis: {
|
||||
getValue: GM.getValue,
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
@ -280,9 +280,6 @@ import { store } from './store'
|
||||
debugger
|
||||
}
|
||||
},
|
||||
newHomePage: () => {
|
||||
document.cookie = 'INTVER=1; domain=.bilibili.com; path=/; expires=Fri, 21 Aug 2020 02:13:04 GMT'
|
||||
},
|
||||
monkeyInfo: GM.info,
|
||||
monkeyApis: {
|
||||
getValue: GM.getValue,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user