Provides utility functions to get and wait for elements asyncronously that are not yet loaded or available on the page.
Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greatest.deepsurf.us/scripts/488161/1335321/wait-for-element.js
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.