How to unsubscribe all your YouTube Channels at once
Frustrated from unwanted notification from YouTube subscriptions, want to mass unsubscribe youtube channels ? If yes, then you are landing at the right page.
Today in this article we will discuss about How to unsubscribe all your YouTube channels at once or in a single click.
Hello friends, Hope! you all are good and energetic to learn a new method or a trick to Unsubscribe your all YouTube channels in following steps.
First method goes for Pc only
- Goto Youtube.com
- Click to Subscriptions
- If you unable to go there, You can directly go through this link https://www.youtube.com/feed/channels
- Now right click then go to inspect option
- Now copy-paste the given codevar i = 0;var count = document.querySelectorAll("ytd-channel-renderer:not(.ytd-item-section-renderer)");myTimer();function myTimer () {if (count == 0) return;el = document.querySelector('.ytd-subscribe-button-renderer');el.click();setTimeout(function () {var unSubBtn = document.getElementById("confirm-button").click();i++;count--;console.log(i + " unsubscribed");console.log(count + " remaining");setTimeout(function () {el = document.querySelector("ytd-channel-renderer");el.parentNode.removeChild(el);myTimer();}, 250);}, 250);}
- Now hit enter
- BOOM! You have Successfully Unsubscribed all your youtube channels.
Now for mobile users
Follow the steps:
- Click on the link https://www.youtube.com/feed/channels
- Goto manage option
- Now swipe left the channel which you want to unsubscribe, a red “Unsubscribe” button appear
- Click there that channel will be Unsubscribed.
So these, are the tricks, if I will get to know more tricks, it will be added there.
If you face any problem, queries or questions related to this article, You can comment below, I'll surely answer your questions.
Thanks for reading this post. We hope you enjoy reading this article. For more updates related to tips & tricks, tech news, etc. Stay tuned with us and learn more with us.
Thanks!!!
Comments
Post a Comment