Skip to main content

Unsubscribe all your YouTube Channels in a single click

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 
  1. Goto Youtube.com
  2. Click to Subscriptions

  3. Click on Manage i.e. on right-upper corner

  4. If you unable to go there, You can directly go through this link https://www.youtube.com/feed/channels
  5. Now right click then go to inspect option
  6. Here, you will see, Console , click here




  7. Now copy-paste the given code   

    var 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);
    }
  8. Now hit enter
  9. BOOM! You have Successfully Unsubscribed all your youtube channels.

Now for mobile users
Follow the steps:
  1. Click on the link https://www.youtube.com/feed/channels
  2. Goto manage option
  3. Now swipe left the channel which you want to unsubscribe, a red “Unsubscribe” button appear


  4. 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

Popular posts from this blog

What is BLACK WINDOWS 10 V2 windows based penetration testing os,and what are its features.Download link inside

                         Black Windows 10 V2

Mandiant Discloses Critical Vulnerability Affecting Millions of IoT Devices

Today, Mandiant disclosed a critical risk vulnerability in coordination with the Cybersecurity and Infrastructure Security Agency (“CISA”) that affects millions of IoT devices that use the ThroughTek “Kalay” network. This vulnerability, discovered by researchers on Mandiant’s Red Team in late 2020, would enable adversaries to remotely compromise victim IoT devices, resulting in the ability to listen to live audio, watch real time video data, and compromise device credentials for further attacks based on exposed device functionality. These further attacks could include actions that would allow an adversary to remotely control affected devices. At the time of writing this blog post, ThroughTek advertises having more than 83 million active devices and over 1.1 billion monthly connections on their platform. ThroughTek’s clients include IoT camera manufacturers, smart baby monitors, and Digital Video Recorder (“DVR”) products. Unlike the vulnerability published by researchers from Nozomi Ne...