Skip to content

Instantly share code, notes, and snippets.

@Lentica
Lentica / youtubeMembersOnlyPlaylist
Last active January 13, 2026 17:03
Get youtube auto-generated, channel's members-only playlist URL, Simple script to get the auto generated members-only video playlist url. Get the link by opening developer window (F12 in chrome)
// ==UserScript==
// @name Get youtube auto-generated, channel's members-only playlist URL
// @namespace http://tampermonkey.net/
// @version 2024-06-21
// @description Simple script to get the auto generated members-only video playlist url. Get the link by opening developer window (F12 in chrome). Will only activate when you go into channel page.
// @author Afriza
// @match https://www.youtube.com/channel/*
// @match https://www.youtube.com/@*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none