- Access the liked videos playlist
- in the address tab add the following to the URL “&advanced_settings=1&disable_polymer=1”
- Press F12
- Insert the code below in your console
var items = $('body').getElementsByClassName("pl-video-edit-remove-liked-video");
for(var i = 0; i < items.length; i++){
items[i].click();
}