Skip to content

Instantly share code, notes, and snippets.

@LucaBRS
LucaBRS / FocusEnhancer.js
Last active January 13, 2026 10:38
Enhance Focus (make bad habit difficoult)
// ==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==