WebexLinkFixer/tests
pi 6ef3933378 Add Manifest V3 extension that fills empty links with their href
On a compile-time configured website (config.js), empty <a> tags — an href
but no visible content — get the href inserted as text. Works with
dynamically rendered content via a MutationObserver (childList,
characterData, href attributes), recursive open-shadow-root watching, and a
periodic safety-net re-scan.

Includes manifest.json, config.js, content.js, README, and a jsdom smoke
test.
2026-09-02 11:34:50 +02:00
..
smoke.mjs Add Manifest V3 extension that fills empty links with their href 2026-09-02 11:34:50 +02:00