Skip to content

Instantly share code, notes, and snippets.

@jaredcat
jaredcat / yt-playlist-tvdb.js
Last active November 26, 2024 23:01
YouTube Playlist TVDB Data
// USE WITH https://greasyfork.org/en/scripts/518978-tvdb-episode-input-automation
const PLAYLIST_ID = 'ENTER A PLAYLIST ID HERE';
async function getPlaylistVideos(playlistUrl) {
// Get playlist page
const response = await fetch(playlistUrl);
const html = await response.text();
// Extract video IDs from playlist page
const videoIds = [
@jaredcat
jaredcat / SteamTrade Matcher Userscript.user.js
Last active January 29, 2025 21:55
Steam Trade Matcher Userscript Enhanced
// MOVED TO https://github.com/jaredcat/userscripts/
@jaredcat
jaredcat / Portainer Stack Migration.postman_collection.json
Created March 22, 2025 00:17
Poratiner Stack Migration Postman Collection
{
"info": {
"_postman_id": "17f859a5-038e-4dd0-9b38-428cc9201f06",
"name": "Portainer Stack Migration",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "857619"
},
"item": [
{
"name": "1. Get CSRF Token",
Adgaurd Home Cert Sync