YoutubeEpisodeEnable

Отображает список эпизодов справа от видео

< 脚本 YoutubeEpisodeEnable 的反馈

评价:好评 - 脚本运行良好

§
发布于:2023-06-21

You can add the option of CC/ subtitle.

ratmirslv作者
§
发布于:2024-04-04

Hello! If I add automatic start of subtitles, not all users will like it. But you can do it yourself by slightly changing the code to this:

//when you open new page - event yt-page-data-updated stopped working
document.addEventListener('load', function () {
    setTimeout(()=>{
        document.querySelector('.ytp-chapter-title').click()
        document.querySelector('.ytp-subtitles-button').click()

    },0)
});

window.addEventListener('yt-page-data-updated', function () {
    setTimeout(()=>{
        document.querySelector('.ytp-chapter-title').click()
        document.querySelector('.ytp-subtitles-button').click()
    },400)
});

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址