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 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() { |