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
| // ==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 |