π° How to unsubscribe all your YouTube Channels with just a single click π°
π° How to unsubscribe all your YouTube Channels with just a single click π°
ββββββββββββ
[It is used only by PC. You can only do this with a pc ]
1β£Click or type this link in your web browser(with logged in your youtube account)
YoutubeFeed (in pc only)
2β£ Right click on the page 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 after pasting this code into the console.
5. Wolla Congratulations. You Successfully Unsubscribed from all your youtube channels.
Share and support !!
ββΒ°βγΒ‘γβΒ€~ ββ
Comments
Post a Comment