YouTube Helper API

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

Verze ze dne 01. 10. 2025. Zobrazit nejnovější verzi.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greatest.deepsurf.us/scripts/549881/1670161/YouTube%20Helper%20API.js

Autor
ElectroKnight22
Verze
0.5.7
Vytvořeno
17. 09. 2025
Aktualizováno
01. 10. 2025
Size
19,6 KB
Licence
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.