OpenWebUI HTML Renderer

Render plain HTML text blocks in OpenWebUI messages.

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

  • v1.2.3 2026-05-11

    feat(render): support chunked streaming HTML nodes

    - Update scanning logic to prepare text nodes for rendering before filtering
    - Add queueSourceContext to re-scan ancestors when streaming siblings complete
    - Forget previously ignored text nodes to allow re-processing
    - Add test case for chunked second HTML streaming
    - Update @match pattern and bump version to 1.2.3

  • v1.2.2 2026-05-11