wait-for-element

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

À partir de 2024-02-24. Voir la dernière version.

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/488161/1332704/wait-for-element.js

Auteur
owowed
Version
0.0.1
Créer
2024-02-24
Mis à jour
2024-02-24
Taille
8,09 ko
Licence
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.