NH_web

Common patterns for working with the WEB API.

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.greasyfork.org/scripts/478440/1304193/NH_web.js

Autor
Mike Castle (Nexus)
Version
6
Erstellt am
28.10.2023
Letzte Aktualisierung
31.12.2023
Lizenz
GPL-3.0-or-later

lib/web - A NexusHoratio library.

Common patterns for working with the WEB API.

Exported properties (as of version 3)

  • version - Bumped per release.
  • clickElement - Run querySelector to get an element, then click it.
  • focusOnElement - Bring the Browser's focus onto element.
  • postInfoAboutElement - Post a bunch of information about an HTML element to issues.
  • isInput - Determines if the element accepts keyboard input.
  • otmot - One time mutation observer with timeout.
  • otrot - One time resize observer with timeout.
  • otrot2 - One time resize observer with action callback and duration.
  • waitForSelector - Wait for selector to match using querySelector.

More details are in web.js as JSDoc.