NH_web

Common patterns for working with the WEB API.

Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/478440/1304193/NH_web.js

Yazar
Mike Castle (Nexus)
Versiyon
6
Oluşturulma
28.10.2023
Güncellenme
31.12.2023
Lisans
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.