wait-for-element

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

Від 24.02.2024. Дивіться остання версія.

Цей скрипт не слід встановлювати безпосередньо. Це - бібліотека для інших скриптів для включення в мета директиву // @require https://updategreasyfork.deno.dev/scripts/488161/1332704/wait-for-element.js

Автор
owowed
Версія
0.0.1
Створено
24.02.2024
Оновлено
24.02.2024
Size
8,1 кБ
Ліцензія
LGPL-3.0

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

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

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