Youtube Prevent Subtitle Auto-Translation

Prevent caption auto translation into the previous language you had captions generate in. Simply resets the caption language in local storage.

// ==UserScript==
// @name         Youtube Prevent Subtitle Auto-Translation
// @namespace    http://tampermonkey.net/
// @version      2024-09-18
// @description  Prevent caption auto translation into the previous language you had captions generate in. Simply resets the caption language in local storage.
// @author       iwersi
// @match        *://*.youtube.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant        none
// @run-at       document-start
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    localStorage.removeItem('yt-player-caption-sticky-language');
})();

QingJ © 2025

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