make-mutation-observer

Simple wrapper around `MutationObserver` API to watch DOM changes.

These are versions of this script where the code was updated. Show all versions.

  • v0.1.0 2024-02-28
    • description clean up
    • added new makeMutationObserver, which takes node as the first argument. not to be confused with previous function with the same name, now renamed to makeMutationObserverOptions this is a breaking change, so version will increase from 0.0.1 -> 0.1.0
  • v0.0.1 2024-02-24
    • make the userscript @name match the greasyfork name
  • v0.0.1 2024-02-24
    • reset version numbering to 0.0.1
  • v1.0.2 2024-02-24