Monkey DOM

Useful library for dealing with the DOM.

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/405802/823982/Monkey%20DOM.js

Auteur
rafaelgomesxyz
Version
4.1.6
Créer
2020-06-21
Mis à jour
2020-07-06
Taille
10,4 ko
Licence
S/O

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