🔎 Disable AMBOSS tooltips on hover and require a click instead.
This add‑on hooks into the reviewer and patches AMBOSS’s tooltip trigger at runtime, so definitions no longer pop up on hover and are shown only when you click a highlighted term.
Changelog Version 1.0 — Initial version that forces AMBOSS tooltips to trigger on click instead of hover by modifying tippyOptions and root tooltip props. Version 1.1 — Updates existing tooltip instances, delegate options, retries initialization, and scans DOM elements for active tooltips. Version 1.2 — Major robustness upgrade with full manager patching, click-gate logic, outside-click closing, animation-aware hiding, controller interception, and multi-fallback compatibility handling. Version 1.3 — Fixed one-by-one cloze compatibility by handling marker clicks directly in the capture phase, so cloze click handlers that stop propagation no longer block AMBOSS tooltip display. Version 2.0 — Cross-platform compatibility release: fixed one-by-one cloze behavior on Windows (template-injected AMBOSS runtime) by patching one-by-one click propagation for AMBOSS markers while preserving click-to-open behavior across normal and one-by-one cards.
Screenshots

Liên kết hỗ trợ
Reviews (3)
👍 2026-02-25
love it
👍 2026-02-23
All good Comment from author Just released version 2.0! Should patch everything, even in one-by-one cloze deletions cards if you use AnKing! Let me know if it works. Edit: glad to hear it’s working!
👍 2026-02-17
Works for normal and colored text but not for colored text in the One by One card type. Comment from author Just patched this with version 2.0, give it a try and let me know! This took a ton of debugging, because the one-by-one script was stopping click propagation in a way that broke AMBOSS marker clicks, but it should be patched now.