Youtube store/restore bilingual subtitles and playback speed - download subtitles

The selected subtitle language and playback speed are stored and auto restored

< Feedback on Youtube store/restore bilingual subtitles and playback speed - download subtitles

Review: Good - script works

§
Posted: 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!

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.

Post reply

Sign in to post a reply.