Remove newHomePage api

This commit is contained in:
the1812 2020-08-22 16:10:56 +08:00
parent f01043d5d2
commit ecc7517177
6 changed files with 2 additions and 17 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

Binary file not shown.

View File

@ -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,