wait-for-element

Provides utility functions to get and wait for elements asyncronously that are not yet loaded or available on the page.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greatest.deepsurf.us/scripts/488161/1335321/wait-for-element.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
owowed
버전
0.1.1
생성일
2024-02-24
갱신일
2024-02-29
크기
7.66KB
라이선스
LGPL-3.0

Provides utility functions to query elements asyncronously that are not yet loaded or available on the page.

Available functions are waitForElement, waitForElementByParent, waitForElementOptions, which are all documented in the userscript JSDoc.

This will require make-mutation-observer as dependency. Make sure to @require'd it before requiring this library.