YouTube Helper API

YouTube Helper API.

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/549881/1670133/YouTube%20Helper%20API.js

作者
ElectroKnight22
版本
0.5.6
建立日期
2025-09-17
更新日期
2025-10-01
尺寸
19.8 KB
授權條款
MIT

@grant should be used if the consumer script wishes to use the Greasemonkey compatible parts of the storage API.

Both the GM.* and GM_* versions are supported for the following functions:

  • getValue
  • setValue
  • deleteValue
  • listValues

Note: If no relevant @grant is used, the script will automatically fall back to using standard localStorage instead.