NH_web

Common patterns for working with the WEB API.

Αυτός ο κώδικας δεν πρέπει να εγκατασταθεί άμεσα. Είναι μια βιβλιοθήκη για άλλους κώδικες που περιλαμβάνεται μέσω της οδηγίας meta // @require https://update.greasyfork.org/scripts/478440/1304193/NH_web.js

Δημιουργός
Mike Castle (Nexus)
Έκδοση
6
Δημιουργήθηκε την
28/10/2023
Ενημερώθηκε την
31/12/2023
Άδεια
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.