The selected subtitle language and playback speed are stored and auto restored
< Feedback on Youtube store/restore bilingual subtitles and playback speed - download subtitles
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.
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!