Skip to content

Instantly share code, notes, and snippets.

View andreaippo's full-sized avatar

Andrea Ippolito andreaippo

  • TUI Musement
  • Lucca, Italy
  • 23:15 (UTC +02:00)
View GitHub Profile
@TaylanTatli
TaylanTatli / ytdeletelibsongs.js
Last active December 4, 2023 02:05
Youtube & YTMusic Scripts
function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
}
async function deleteLibSongs() {
`use strict`;
var items = document.body.querySelectorAll(
".dropdown-trigger.ytmusic-menu-renderer"
);
var out;