Greasy Fork

Greasy Fork is available in English.

Monkey DOM

Useful library for dealing with the DOM.

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/405802/823982/Monkey%20DOM.js

作者
rafaelgomesxyz
版本
4.1.6
创建于
2020-06-21
更新于
2020-07-06
大小
10.4 KB
许可证
暂无

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