Article Summary (Model: gpt-5.2)
Subject: Hide YouTube Shorts
The Gist:
A GitHub repo provides a maintained uBlock Origin custom filter list that hides YouTube Shorts “everywhere” (removing Shorts UI elements and traces across YouTube pages). You add it by importing the raw list.txt URL into uBlock Origin’s Filter lists → Import…. The maintainer (i5heu) took over after the original list author became inactive. The repo also offers an optional second list (comments.txt) to hide YouTube comments.
Key Claims/Facts:
- uBlock importable list: Subscribe by pasting the raw GitHub URL for
list.txtinto uBlock’s custom filter list import area. - Optional comment removal: A separate raw URL (
comments.txt) hides YouTube comments. - Ongoing maintenance: The list is actively maintained by a new maintainer due to prior abandonment.
Discussion Summary (Model: gpt-5.2)
Consensus: Enthusiastic—many want practical ways to remove Shorts and other “doomscroll” affordances.
Top Critiques & Pushback:
Better Alternatives / Prior Art:
youtube.com/shorts/<id>toyoutube.com/watch?v=<id>(or similar) to keep the content but break the infinite-scroll Shorts interface (c47018268, c47021942).Expert Context:
ytd-rich-shelf-renderer/ related classes), emphasizing that dynamic insertion after page load complicates naive scripts (c47021436).