Skip to content

Instantly share code, notes, and snippets.

@sk82jack
sk82jack / youtube-subtitle-blur.user.js
Created September 26, 2025 20:25
YouTube Subtitle Blur Userscript
// ==UserScript==
// @name YouTube Subtitle Blur
// @version 1.0
// @description Blur hardcoded YouTube subtitles with resizable and movable blur box. Use Ctrl + B to enable/disable the blur box. Edit line 368 if you want to change the key binding.
// @author You
// @match *://*.youtube.com/*
// @grant none
// ==/UserScript==
(function() {