Skip to content

TheGbossTV/Youtube-Subscription-Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Subscriptions Cleaner

A minimal Chrome extension that hides the Shorts and Most Relevant shelves on the YouTube subscriptions page — Taking you immediately to your subscription feed

Before

BEFORE

AFTER

AFTER

Why

YouTube's recent update added two new shelves to the subscriptions feed that is annoying. This extension simply hides them.

Installation

From the Chrome Web Store

Coming soon

Manual (Developer Mode)

  1. Clone this repo
   git clone https://github.com/yourusername/youtube-sub-cleaner.git
  1. Open Chrome and navigate to chrome://extensions
  2. Enable Developer Mode (top right toggle)
  3. Click Load unpacked and select the cloned folder
  4. Navigate to youtube.com/feed/subscriptions

How it works

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.

Permissions

Permission Reason
host_permissions: youtube.com Required to run the content script on YouTube

Contributing

If YouTube updates their DOM and the selectors break, feel free to open a PR with the updated selectors.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors