mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Disable showDeadVideoTitle
This commit is contained in:
parent
3c04c9dc87
commit
f9de93ec1b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -221,7 +221,6 @@ const settings = {
|
||||
autoContinue: false,
|
||||
allowJumpContinue: false,
|
||||
autoPlay: false,
|
||||
showDeadVideoTitle: false,
|
||||
deadVideoTitleProvider: '稍后再看',
|
||||
useBiliplusRedirect: false,
|
||||
biliplusRedirect: false,
|
||||
@ -306,6 +305,7 @@ const fixedSettings = {
|
||||
overrideNavBar: false,
|
||||
touchVideoPlayerAnimation: false,
|
||||
allNavbarFill: false,
|
||||
showDeadVideoTitle: false,
|
||||
latestVersionLink: 'https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview.user.js',
|
||||
currentVersion: GM_info.script.version,
|
||||
}
|
||||
|
||||
@ -221,7 +221,6 @@ const settings = {
|
||||
autoContinue: false,
|
||||
allowJumpContinue: false,
|
||||
autoPlay: false,
|
||||
showDeadVideoTitle: false,
|
||||
deadVideoTitleProvider: '稍后再看',
|
||||
useBiliplusRedirect: false,
|
||||
biliplusRedirect: false,
|
||||
@ -306,6 +305,7 @@ const fixedSettings = {
|
||||
overrideNavBar: false,
|
||||
touchVideoPlayerAnimation: false,
|
||||
allNavbarFill: false,
|
||||
showDeadVideoTitle: false,
|
||||
latestVersionLink: 'https://github.com/the1812/Bilibili-Evolved/raw/master/bilibili-evolved.user.js',
|
||||
currentVersion: GM_info.script.version,
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -72,7 +72,6 @@ export const settings = {
|
||||
autoContinue: false,
|
||||
allowJumpContinue: false,
|
||||
autoPlay: false,
|
||||
showDeadVideoTitle: false,
|
||||
deadVideoTitleProvider: '稍后再看',
|
||||
useBiliplusRedirect: false,
|
||||
biliplusRedirect: false,
|
||||
@ -157,6 +156,7 @@ const fixedSettings = {
|
||||
overrideNavBar: false,
|
||||
touchVideoPlayerAnimation: false,
|
||||
allNavbarFill: false,
|
||||
showDeadVideoTitle: false,
|
||||
latestVersionLink: 'https://github.com/the1812/Bilibili-Evolved/raw/preview/bilibili-evolved.preview.user.js',
|
||||
currentVersion: GM_info.script.version,
|
||||
}
|
||||
|
||||
@ -95,9 +95,9 @@
|
||||
<checkbox indent="0" key="hideTopSearch" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="fullTweetsTitle" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="fullPageTitle" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="showDeadVideoTitle" dependencies=""></checkbox>
|
||||
<!-- <checkbox indent="0" key="showDeadVideoTitle" dependencies=""></checkbox>
|
||||
<checkbox indent="1" key="useBiliplusRedirect" dependencies="showDeadVideoTitle"></checkbox>
|
||||
<dropdown indent="1" key="deadVideoTitleProvider" dependencies="showDeadVideoTitle"></dropdown>
|
||||
<dropdown indent="1" key="deadVideoTitleProvider" dependencies="showDeadVideoTitle"></dropdown> -->
|
||||
<checkbox indent="0" key="biliplusRedirect" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="imageResolution" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="oldTweets" dependencies=""></checkbox>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user