Posts

How To Delete All Liked Videos From YouTube At Once 2020

Image
How To Delete All Liked Videos From YouTube At Once 2020 If you want to remove or clear all liked videos from your YouTube Account at once then read this article till end because in this article i will show you very simple and quick way to delete all liked videos from YouTube at once. Steps to Delete All Liked Videos From YouTube At Once : 1st Step :  Login into your YouTube Account. 2nd Step :  Go to "Liked Videos" Here it shows you all the videos which you like on YouTube. 3rd Step :  Paste the code  URL code:  &advanced_settings=1&disable_polymer=1 4th Step :  Now right-click on any white-space area and then hit "Inspect". 5th Step :  After that go to "Console" tab. 6th Step :  In the console you need to paste the below mention code var items = $('body').getElementsByClassName("pl-video-edit-remove-liked-video");  for(var i = 0; i < items.length; i++){     items[i].click(); } 7th Step :  Once you paste the code, H...