Thursday 15 March 2018

How to Remove All Youtube Liked Videos at Once in Android Phone (100% works)

How to Remove All Youtube Liked video at Once in Android Phone, how to remove all liked youtube videos in android phone, all liked video deleted, delete all youtube liked videos at same time, one click to remove all youtube liked video, all youtube liked remove at once, 2018, youtube tips & tricks, hide liked videos, remove all liked videos, how to delete remove all liked video, youtube liked video remove in pc, android all youtube video like remove, delete all youtube library, delete all youtube activity,
Hi and welcome back, in this article I will shows how to delete all youtube liked videos at once in android phone and pc, as we know there is no direct or straightforward way to do this… so I have used one trick to do this.. So let’s see how to delete all youtube liked video…

1.       One youtube in your desktop and sign-in with same ID which you used in your phone.

2.       Click on “three line” than click on “Liked videos” it will shows all liked videos, again click on “Liked videos” than click on “Edit”

3.       Now press “Ctrl+Shift+J” and click on “Console” copy paste below code and hit enter (you need to copy paste this code two times, first copy paste & hit enter & refresh page and again paste code hit enter and refresh the page)
          Code:
var items = $('body').getElementsByClassName("pl-video-edit-remove-liked-video");
for(var i = 0; i < items.length; i++){
    items[i].click();
}

4.       All liked video will be removed, now in your android phone refresh or re-launch the youtube, hope all liked video will be removed from your phone also..  


Please watch video tutorial for better understand… 

How to Copy Multiple Texts & Objects and Paste Them at Once

  How to Copy Multiple Texts & Objects and Paste Them at Once Copying and pasting is a common task, but the traditional clipboard can ...