YouTube 防止自動配音

強制所有 YouTube 影片以原始語言音訊播放,而不是 AI 配音的語言。適用於一般影片和 Shorts。可針對單一影片手動關閉。

目前為 2025-08-28 提交的版本,檢視 最新版本

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v0.2.3 2025-11-14

    Updated to YouTube Helper API v0.7.5.
    Updated script to match the update YouTube audio track data format.

  • v0.2.2 2025-11-04

    Updated to YouTube Helper API v0.6.2.1
    Fixed a race condition that caused the video language data to often resolve to null.

  • v0.2.1 2025-11-03

    fix typo oops

  • v0.2.0 2025-11-03

    Updated script to use YouTube Helper API v0.6.1.
    Fixed a bug that caused hover preview auto-dubs to not be reverted.
    Fixed a bug that caused new video loads to not be detected and thus auto-dub not reverted.

  • v0.1.3.1 2025-09-29

    oops

  • v0.1.3 2025-09-29

    Updated player selector on mobile. Mobile shorts seems to be not selected as YouTube does not provide audio track information there.

  • v0.1.2 2025-09-22

    Fix initial load issues especially with iframes.

  • v0.1.1 2025-09-22

    Fixed a few very minor bugs.

  • v0.1.0 2025-09-17

    Added support for the mobile YouTube site (m.youtube.com).
    Added a fallback mechanism in case the script is unable to fetch the YouTube API through player update events.
    Updated console logging to show both the dub language and the original language.

  • v0.0.2 2025-09-03

    YouTube seems to be automatically renaming the objects inside audio tracks to my surprise. Updated the script to be slightly more object name agnostic.

  • v0.0.1 2025-08-28