您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Load and show YouTube playlists in the sidebar on hover
The YouTube Sidebar Playlists Loader script adds a custom "My Playlists" link to the YouTube sidebar. When hovered over, a submenu is displayed, showing all playlists from the user's account. The playlists are fetched automatically upon page load, and users can navigate directly to any playlist by clicking on its name.
GM_xmlhttpRequest
API to make cross-domain requests, allowing it to fetch playlist data directly from YouTube's feed.const
, let
, arrow functions, optional chaining, and template literals.