Exclusions were keyed only by content identifier (src / role-img
label), so multiple identical images (or repeated icons) shared one
key and excluding one silently excluded all of them. Each occurrence
now gets a per-run instance number appended to the identifier, so
duplicates can be excluded individually while staying stable across
reloads.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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>
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>