Showing posts with label How To Delete All Liked Videos From YouTube At Once 2019. Show all posts
Showing posts with label How To Delete All Liked Videos From YouTube At Once 2019. Show all posts
How To Delete All Liked Videos From YouTube At Once 2019

How To Delete All Liked Videos From YouTube At Once 2019

How To Delete All Liked Videos From YouTube At Once 2019

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 : Click on "Edit" button.

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

Code Is :

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, Hit "Enter Key".

> If it doesn't work then again paste the Code, Hit "Enter Key" & then "Refresh".

> In this way you have to paste the code multiple times till "Liked Videos"