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/1670161/YouTube%20Helper%20API.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
ElectroKnight22
버전
0.5.7
생성일
2025-09-17
갱신일
2025-10-01
크기
19.6KB
라이선스
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.