YouTube Helper API

A helper api for YouTube scripts that provides easy and consistent access for commonly needed functions, objects, and values.

2025/10/01のページです。最新版はこちら

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greatest.deepsurf.us/scripts/549881/1670133/YouTube%20Helper%20API.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
ElectroKnight22
バージョン
0.5.6
作成日
2025/09/17
更新日
2025/10/01
大きさ
19.8KB
ライセンス
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.