Disable showDeadVideoTitle

This commit is contained in:
the1812 2019-08-24 12:31:33 +08:00
parent 3c04c9dc87
commit f9de93ec1b
7 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

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

View File

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