Skip to content

Instantly share code, notes, and snippets.

@vitapluvia
vitapluvia / youtubePlaylistHack.html
Last active February 21, 2023 11:20
Youtube Playlist Generator [ Youtube lacks a Bulk-Add Playlist Generator, so here's one to use! : ) ]
<!doctype html>
<html>
<head>
<title> Youtube Playlist Generator </title>
<meta charset='utf-8'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<style>
body {
font-family: helvetica;
/*margin:25px;*/