A JS script developed to automate the process of unsubscribing from all YouTube channels associated with a user's account. The script operates directly within the browser, requiring no additional installations or extensions.
- Automates mass unsubscription from YouTube channels
- Compatible with all major browsers
- Functions across all YouTube language interfaces
- Simple execution through the browser's Developer Console
- Navigate to the YouTube Subscriptions page.
- Access the browser's Developer Tools:
- Right-click on the page and select Inspect, or
- Press
Ctrl+Shift+I(Windows/Linux) orCmd+Option+I(Mac).
- Click on the Console tab within the Developer Tools panel.
- Paste the contents of
youtube-unsubscriber.jsinto the console. - Press
Enterto execute the script.