Monkey DOM

Useful library for dealing with the DOM.

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.greatest.deepsurf.us/scripts/405802/823982/Monkey%20DOM.js

Autor
rafaelgomesxyz
Version
4.1.6
Erstellt am
21.06.2020
Letzte Aktualisierung
06.07.2020
Größe
10,4 KB
Lizenz
n/a

Useful library for dealing with the DOM.

It simplifies the process of:

  • Waiting for an element that is dynamically added to the DOM
  • Inserting elements with attributes / events and retrieving their references, using an array structure visually similar to JSX
  • Observing a node for mutations
  • Parsing an HTML string into a DOM