This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 = [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // MOVED TO https://github.com/jaredcat/userscripts/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adgaurd Home Cert Sync |