Youtube记忆恢复双语字幕和播放速度-下载字幕

记忆播放器设置菜单(含自动翻译菜单)选择的字幕语言和播放速度。默认中文(简体)字幕/默认字幕(双语);找不到匹配的语言时,匹配前缀,例如中文(简体)->中文

< 脚本Youtube记忆恢复双语字幕和播放速度-下载字幕的反馈

评价:好评 - 脚本一切正常

§
发表于:2020-11-01

Hi I really like this script! Is there any way to stop loading the transcript box when the video plays? I just need it to remember my CC and playback speed setting and don't need the transcript at all. Thanks!

§
发表于:2021-06-19

For English find in script

window.addEventListener('yt-navigate-finish', handleYtNavigateFinish);

function getResource() {
const resource = {
en: {
playSpeed: 'Playback speed',
subtitles: 'Subtitles',
autoTranlate: 'Auto-translate',
chinese: 'Chinese (Simplified)',
openTranscript: 'Open transcript',
downloadTranscript: 'Download transcript',
},

Change in line openTranscript: 'Open transcript'
Open transcript - to any other words, so button can't be findeded and pressed.

发表回复

登录以发表回复。