Monkey DOM

Useful library for dealing with the DOM.

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @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