Commit Graph

5 Commits

Author SHA1 Message Date
Sascha 1cef0eddca Fix exclusion for non-<img> elements with role="img"
imageIdentifier() only checked currentSrc/src, which don't exist on
inline <svg role="img"> icons (common for social-media links). The
exclude click therefore silently no-op'd for those. Fall back to the
surrounding link's href or the element's aria-label as the identity.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 11:24:16 +02:00
Sascha d8825ad587 Replace INSTALLIEREN.html with README
README is rendered on the repo landing page; the drag-and-drop
installer moves to the pages branch since Codeberg strips
javascript: links from rendered markdown and raw file views.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 10:46:35 +02:00
Sascha df96466cf1 Remove test README
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 10:43:39 +02:00
Sascha e1df529d54 Test README rendering
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 10:42:04 +02:00
Sascha ba3d2c88e8 Initial commit
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 10:40:23 +02:00