This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube audio track rollback | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-10-05 | |
// @description Prevents YouTube from automatically translating videos. You will need to have your YouTube language set to english | |
// @author kuchta7 | |
// @match https://www.youtube.com/watch?v=* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// ==/UserScript== |