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 Focus Mode - Whitelist Only | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Show only allowed channels or keywords during focus hours | |
| // @match https://www.youtube.com/* | |
| // @require https://raw.githubusercontent.com/LucaBRS/YoutubeFocusVideo/main/channels.js | |
| // @grant none | |
| // ==/UserScript== |