脚本
-
-
Export Youtube Playlist in plaintext JS - Shows a list of the playlist video names/channels/URLs in plaintext to be easily copied
库
-
Simple WaitForKeyElement JS (库) - Library that Exports my simplified vanilla JS version of WaitForKeyElement, which is a simple async function that returns a Promise that resolves to an element by a given selector, when that element is found
-
DeindentTemplateLiteralString JS (库) - Exports a simple function that can be passed a template literal. It strips code indentation from it while preserving intended indentation, by stripping out the smallest indent every line has in common.