Skip to content

Instantly share code, notes, and snippets.

View Winschu's full-sized avatar

Marcel Dominic Bandowski Winschu

View GitHub Profile
@Winschu
Winschu / removeFromWatchLaterPlaylist.js
Created January 1, 2026 01:18
Remove videos from youtube watch later playlist (german)
(async function() {
'use strict';
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
const removeText_SingleQuotes = "Aus 'Später ansehen' entfernen";
const removeText_DoubleQuotes = 'Aus "Später ansehen" entfernen';