YouTube Helper API

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

Versione datata 01/10/2025. Vedi la nuova versione l'ultima versione.

Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greatest.deepsurf.us/scripts/549881/1670161/YouTube%20Helper%20API.js

Autore
ElectroKnight22
Versione
0.5.7
Creato il
17/09/2025
Aggiornato il
01/10/2025
Dimensione
19,6 KB
Licenza
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.