how To Unsubscribe All Youtube Channels At Once

Unsubscribe From All Youtube Channels At Once Unsubscribe From All Youtube Channels At Once
Unsubscribe From All Youtube Channels At Once

Step one : Go to https://www.youtube.com/feed/channels and scroll to the bottom of the page to populate all items to the screen.

Step two : Right-click anywhere on the page together with click "Inspect Element" (or but "Inspect"), together with thus click "Console", together with thus copy–paste the below script, together with thus hit return.

Step three : 


var i = 0;  var myVar = setInterval(myTimer, 3000);  role myTimer () {      var els = document.getElementById("grid-container").getElementsByClassName("ytd-expanded-shelf-contents-renderer");      if (i < els.length) {          els[i].querySelector("[aria-label^='Unsubscribe from']").click();          setTimeout(function () {              var unSubBtn = document.getElementById("confirm-button").click();          }, 2000);          setTimeout(function () {              els[i].parentNode.removeChild(els[i]);          }, 2000);      }      i++;      console.log(i + " unsubscribed yesteryear YOGIE");      console.log(els.length + " remaining");  }
Step 4 : Sit Relax together with sentry the magic!
Enjoy!!
NOTE: If script stops at about point, delight refresh the page together with follow all inwards a higher house iv steps again.