Observe

Observe and wait for elements

当前为 2025-10-11 提交的版本,查看 最新版本

这些是此脚本变更过代码的版本。 显示所有版本。

  • v2.2 2025-10-13

    Increment version, remove global in waitForElement, remove unnecessary bloat in assign function

  • v2.1.2 2025-10-13

    Return observer in observeAndHandle

  • v2.1.2 2025-10-12

    Used the wrong namespace name.

  • v2.1.1 2025-10-12

    Fix mistake in previous update

  • v2.1 2025-10-12

    Since require chains don't work, just put the namespace code inline.

  • v2.0 2025-10-12

    It seems to fail assigning, so I am testing moving getting the namespace.

  • v2.0 2025-10-12

    Actually add namespace dependency.

  • v2.0 2025-10-12

    Breaking changes. Removing tag based search and replacing with selector based search (far more flexible).
    Using a namespacing library instead of cooking it in each time.

  • v1.3 2025-10-11

    Add parent functionality to waitForElement

  • v1.2 2025-10-11

    Make waitForElement async

  • v1.3 2025-10-11

    Changed waitForElement to use more ergonomic `await` pattern using Promises.

  • v1.2 2025-10-11

    Proper namespacing for window (avoid conflicts if possible)

  • v1.1 2025-10-11

    Add semicolon to end of function (possibly important)

  • v1.1 2025-10-11

    Attaching to window to see if I can actually use the library.

  • v1.0 2025-10-11

    Change observe from const to var

  • v1.0 2025-10-11

    Changed capitalization

  • v1.0 2025-10-11