Monkey DOM

Useful library for dealing with the DOM.

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/405802/823982/Monkey%20DOM.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
rafaelgomesxyz
バージョン
4.1.6
作成日
2020/06/21
更新日
2020/07/06
ライセンス
不明

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