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 YouTube Subscriptions → CSV | |
| // @namespace ajorpheus | |
| // @match https://www.youtube.com/feed/channels | |
| // @grant none | |
| // @version 1.0 | |
| // @run-at document-idle | |
| // @description Export all YouTube subscriptions as Google Takeout-format CSV (FreeTube/NewPipe compatible). Handles both sectionListRenderer and richGridRenderer schemas, UTF-8 BOM, CSV quote escaping. | |
| // ==/UserScript== |