logo hsb.horse
← Back to tag index

Tags

#DOM

Blog posts, snippets, and glossary entries related to "DOM", gathered in one place.

Entries 3
  1. Snippets
    Clone a Native UI Element to Inherit Styles

    A lightweight pattern that maintains visual consistency by cloning existing host app buttons with cloneNode, then replacing only the icon and text. No need to fight obfuscated CSS.

  2. Snippets
    Idempotent DOM Observer Setup via dataset

    A simple pattern using data attributes to prevent duplicate MutationObserver registrations. No global registry needed, highly portable.

  3. Snippets
    Layered DOM Observation Strategy

    A pattern for progressively switching to narrower observers once the app is ready. Broadly reusable in SPA content scripts and third-party DOM integrations.