Releases: mahope/clean-copy
Release list
v1.5.2 — Link noise cleanup + full core sync
Unwraps image-only wrapper links and fragment-only anchors (no more '' or 'View image' noise), strips U+FEFF everywhere. Brings the packaged extension fully in sync with the shared core used by the web tool, CLI and Obsidian plugin. No new permissions.
v1.5.1 — Invisible-character cleanup synced
Strips U+2060-U+2064 (word joiner / invisible times) that some sites (e.g. the Guardian) embed mid-word, leaking invisible garbage into copied output. Same fix already shipped in the Obsidian plugin core. No new permissions.
v1.5.0 — Paste-and-clean in the popup
Paste dirty HTML or messy text into the popup, pick a mode, and get clean Markdown or plain text on your clipboard.
- New 'Paste text to clean' section in the popup
- Auto-detects HTML vs plain text; entity decoding and smart-quote cleanup in both paths
- Pro custom rules apply to pasted text too
- No new permissions
v1.4.1 (Firefox build) — Table alignment in Markdown output
Clean Copy MD for Firefox v1.4.1 — table column alignment preserved in Markdown output (:---/:---:/---: from text-align/align), colspan and nested-table handling. Install via about:debugging; see mahope/clean-copy-firefox for details.
v1.3.10-fx (Firefox)
Firefox build of v1.3.10 core fixes.
v1.3.10
v1.3.7 (Firefox)
Firefox build of v1.3.7: nested tables + abbr title fix
v1.3.7
vv1.3.6-fx
Release-integrity fix: background.js now contains every converter fix from the shared core (v1.3.4 ol-start/details/svg-math + v1.3.5 select/input/iframe-object). New parity test in CI prevents divergence.