A minimal Chrome extension that hides the Shorts and Most Relevant shelves on the YouTube subscriptions page — Taking you immediately to your subscription feed
YouTube's recent update added two new shelves to the subscriptions feed that is annoying. This extension simply hides them.
Coming soon
- Clone this repo
git clone https://github.com/yourusername/youtube-sub-cleaner.git
- Open Chrome and navigate to
chrome://extensions - Enable Developer Mode (top right toggle)
- Click Load unpacked and select the cloned folder
- Navigate to youtube.com/feed/subscriptions
A content script injects a small CSS rule that targets the 2nd and 3rd
ytd-rich-section-renderer elements inside #contents on the subscriptions
page — which are the Shorts and Most Relevant shelves respectively.
No data is collected, no network requests are made.
| Permission | Reason |
|---|---|
host_permissions: youtube.com |
Required to run the content script on YouTube |
If YouTube updates their DOM and the selectors break, feel free to open a PR with the updated selectors.
MIT

