Ophel Atlas v1.0.53
✨ New Features
- Formula copy format setting — Double-click formula copy can now output either LaTeX source or MathML source. LaTeX delimiter wrapping remains available for LaTeX mode, while MathML mode copies the serialized
<math>source when the site exposes one.
🐛 Bug Fixes
- Claude adapter — Adapted to Claude's recent page redesign: outline no longer picks up screen-reader-only headings, share links with new URL format are now recognized, theme switching works again, model locking and click simulation are compatible with the new UI components.
- Doubao virtual scroll navigation — Adapted Doubao to its new virtual-list chat DOM so outline jumps, return anchors, and top/bottom navigation now use the real
v_list_scrollercontainer. The outline also keeps an in-memory cache of headings and user prompts that have entered the viewport, preventing previously seen outline items from disappearing when Doubao unloads them from the DOM. - Kimi conversation navigation — Fixed the Conversations tab failing to switch Kimi chats when clicking history items from Kimi's sidebar. Kimi chat links are now matched by parsed conversation ID instead of a broad selector, with an SPA route fallback when the native link is not mounted.
- Ima user prompt extraction — Restored user-question detection for Ima's updated chat DOM, so prompts inside the new
userBubbleWrap/chatMainBubblestructure are included in outline, export, usage stats, and user-query Markdown rendering again. - Formula copy site compatibility — Added Qwen Studio support for its non-standard formula DOM where LaTeX source is embedded as direct text inside
<math>. Kimi and Yuanbao now explicitly show an unsupported-site message instead of attempting unreliable extraction from visual-only KaTeX HTML. - Gemini Canvas freeze with table Markdown copy — Table copy buttons are no longer injected into Gemini Canvas editor tables, preventing ProseMirror DOM update loops that could freeze or crash the page when a Canvas document contains tables. (#535)
| Platform | File | Note |
|---|---|---|
| Chrome | ophel-atlas-v1.0.53-chrome.zip |
Recommended (Consistent ID) |
| Edge | ophel-atlas-v1.0.53-edge.zip |
Edge Add-ons or Load Unpacked |
| Firefox | ophel-atlas-v1.0.53-firefox.zip |
Firefox Add-ons |
| Userscript | ophel-atlas-v1.0.53.user.js |
Tampermonkey script |
| CWS Upload | ophel-atlas-v1.0.53-cws-upload.zip |
For Store Upload Only (No Key) |
🔧 Installation | 安装方法
Chrome / Edge (Recommended)
- Download
ophel-atlas-...-chrome.zip| 下载 Chrome 版本压缩包 - Unzip and load unpacked in Developer Mode | 解压并在开发者模式下加载已解压的扩展
Note: This version includes the public key, ensuring your Extension ID matches the Chrome Web Store version.
注意: 此版本包含公钥,确保您的扩展 ID 与 Chrome 商店版本一致,以保证数据互通。
Userscript (Tampermonkey) | 油猴脚本
- Install Tampermonkey | 安装 Tampermonkey 插件
- Click the
.user.jsfile link | 点击.user.js文件链接即可安装
Changelog: CHANGELOG.md · 中文版 CHANGELOG.zh-CN.md