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