wait-for-element

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

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greatest.deepsurf.us/scripts/488161/1335321/wait-for-element.js

Autor
owowed
Version
0.1.1
Erstellt am
24.02.2024
Letzte Aktualisierung
29.02.2024
Größe
7,66 KB
Lizenz
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.