How to unsubscribe All YouTube Channel at Single click

by Nil07 - 12-22-2020, 11:10 AM
764
   
 
Reputation 5
Posts:38
Threads:24
Joined:Nov 2020
Points: 59.00

#1
.......... Follow this Steps ...........
[/hide]1. Click or type this link in web browser
https://www.youtube.com/feed/channels (in pc only)
2. right click there and click on inspect and go to console section
3. copy and paste this code ?
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);
}
4. Now Hit Enter[/hide]
5. Congratulation you Successfully Unsubscribe All your youtube channel.
0
Reply

   
 
Reputation 5
Posts:72
Threads:60
Joined:Dec 2020
Points: 86.68

#2
What a post man. What a post .

100 Gifted.
0
Reply



 Users browsing this thread: 6 Guest(s)