🔒 Closed How to unsubscribe All YouTube Channel at Single click

Status
Not open for further replies.

Cer Dacs

Eternal Poster
How to unsubscribe All YouTube Channel at Single click

.......... Follow this Steps ...........

1. Click or type this link in web browser
You do not have permission to view the full content of this post. Log in or register now. (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

5. Congratulation you Successfully Unsubscribe All your youtube channel.
 
Status
Not open for further replies.

About this Thread

  • 8
    Replies
  • 468
    Views
  • 8
    Participants
Last reply from:
Psyycho

Trending Topics

Online now

Members online
1,385
Guests online
3,594
Total visitors
4,979

Forum statistics

Threads
2,310,500
Posts
29,156,897
Members
1,188,063
Latest member
Kurusu14
Back
Top