腳本列表
-
-
Export Youtube Playlist in plaintext JS - Shows a list of the playlist video names/channels/URLs in plaintext to be easily copied
-
Youtube Home/Subs - Set videos per row CSS - Allows you to set the number of videos/thumnails per row in the youtube grid system on Home and Subscriptions pages.
函式庫
-
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.