Skip to content

Instantly share code, notes, and snippets.

@kuchta7
kuchta7 / plugin.js
Last active October 5, 2025 15:11
YouTube audio track rollback plugin
// ==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==