### English - Keep hover previews enabled by default. Pause on a token row to open its preview. - Add **Current CA page: Open by default / Keep closed by default**, independently of **Card content: Compact / Fully expanded**. - Apply the page preference immediately and when switching tokens. With page opening off, navigating from a preview closes it; the Fomo Lens button still opens the current token manually. - Preserve existing opening, hover, language and appearance preferences when upgrading. Late XXYY pool responses cannot reopen a closed card, and settings migration no longer interrupts
Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.
Build timeline
v0.9.25 — Thesis loading fixes and newest ≥3 likes
Github Release · Source verified
English - Newest now shows comments with at least 3 likes, ordered newest first. Chinese and English labels and empty-result messages agree with the filter. - Fix Fomo Thesis appearing empty when the Holders panel is absent. By likes can fall back to loaded comments when the holder table omits theses, with an explicit coverage note. - GMGN now reads the matching token’s comments independently while preserving the loaded holders and holding share. - XXYY now reads the matching token’s comments independently while preserving the loaded holders and holding share. - When Fomo comme
English - When the card closes, the Fomo Lens button stays beside its former close button, so it can be reopened in the same place. Moving the card also moves this default entry. - Dragging the entry still saves your chosen location. Automatic placement does not overwrite that preference, and the entry remains inside the viewport. - XXYY compatibility: the entry stays at the card's close position in both classic and new layouts and reopens the current token without refreshing. - **GMGN compatibility: closing the card leaves the entry at the same position, while manually dragged entry p
English - Reopening is easier to find: closing the card leaves a compact, labeled Fomo Lens button on the right. Click it to reopen the current token immediately without refreshing the page. - The button can be dragged with a mouse or touch, remembers its position, stays inside the viewport after resizing, and explains its action on hover or keyboard focus. Reduced-motion preferences are respected. - XXYY compatibility: the reopen button follows the current token in both classic and new layouts, including pool-address pages and manual opening mode. - **GMGN compatibility: closing w
English Compared with the previous public release v0.9.8. Versions v0.9.9–v0.9.20 were private iterations, not public GitHub releases. - XXYY compatibility: supports www/pro, classic and new layouts, automatic cards on token pages, and hover previews in favorites and wallet-monitor lists. - GMGN compatibility: supports automatic cards on token pages and hover previews in wallet tracking. Live checks also covered a signed-in Solana private wallet-monitor list. - Fomo data across all three sites: view theses, holders and holding share using your Fomo login in the same browser prof
Fix - German and French fomo UIs showed empty Thesis / Holders — the six-language support shipped in v0.9.6 never worked for those two. Anchors like Ø Haltedauer, Ø Einstieg, Marktkap. and Détention moy. start with Ø/À or end with a period, and the old word-boundary check only understands ASCII letters, so it demanded an adjacent alphanumeric character and never matched. Chinese and Japanese got away with it because CJK anchors carry no boundary — and the regression suite happened to cover only those two, so this shipped green. Boundaries are now "must not touch an ASCII alphan
Fix - The update notice's hover summary showed a release-notes section heading ("Fixes …") instead of the first actual change, which told you nothing about whether the update mattered. It now takes the first real change bullet. Found by replaying the live release notes through the parser — the previous tests used stubbed data and never exercised the real shape. Update: unzip over the same folder, then hit ↻ on chrome://extensions. Settings are kept. --- 修复:更新提示的悬停摘要取到的是发布说明里的分节标题("Fixes…"),而不是真正的变更内容。现在取第一条变更条目。(用真实发布说明回放才发现——之前测试用的是桩数据。) 作者发版说明(中文):https://x.com/0xHogen/stat
Fixes (both reported by real users) - fomo's non-English UI broke Thesis and Holders. Every scraping anchor was hard-coded English, so with fomo set to Chinese the card came up empty. Now six UI languages are supported — Chinese, Japanese, German, Spanish, French, English — with the wordlists taken from fomo's own locale files rather than guessed, including Chinese/Japanese duration units for hold time. - "Newest ≥2 likes" never found post times. fomo's left panel is a global activity stream whose entries look identical to the token's own thesis feed, so comments about **othe
Fix (real user case) - Browser page translation detected. With Chrome's page translation on, fomo's table text is rewritten (e.g. "avg. hold" → "平均持有"), so the extension can't recognise the table and Thesis / Holders stay empty. The empty state now says "choose Show original, then refresh"; the Diagnose report gains translated / cjk / a text sample. Hardening after two independent code reviews (K3 + Gickey) - Clicking fomo's Holders tab / Friends-only toggle now triggers a rescan within 0.4 s (before, you had to scroll). - Scroll rescue runs a single scan only after the observe
Fixes - Friends only was misdetected. fomo's toggle is a button with a colour state, not a checkbox, so the extension always answered "unknown" and appended "if Friends only is on…" to every empty state — misleading people who had it off. It now reads the real control, and only the one on the Holders table (not the chart-overlay one). - Table arriving late stayed empty. If the Holders table rendered more than 25 s after the card opened, nothing re-read it. A scroll now triggers a rescan. New - Bottom-panel hint. When fomo's bottom panel is on Swaps / Thesis, the Holders
New - The card is resizable. Drag the grip in the bottom-right corner to set the width and height you want — the size is remembered and restored next time. The default size is unchanged. - Double-clicking the card header now resets both size and position to the defaults (it used to reset position only). - Minimum 280×220 so it can't be shrunk away; it won't be dragged past the window edge either. Update: unzip over the same folder, then hit ↻ on chrome://extensions. Settings are kept. --- 新增:卡片右下角多了尺寸手柄,拖一下就能改宽高,尺寸会记住,下次打开还是你调好的样子(默认大小不变)。双击卡片头部现在把大小和位置一起恢复默认。
Fix - Double-click the card header to snap it back to the default dock. A dragged position used to stick forever — reopen the card and it was still parked wherever you left it (e.g. on top of the chart). Double-clicking the header now re-docks it and clears the remembered position. Hovering the header shows the hint. - Card footer is back to just By @0xHogen (the GitHub link added in v0.9.1 is gone). Update: unzip over the same folder, then hit ↻ on chrome://extensions. Settings are kept. --- 修复:双击卡片头部 = 回到默认停靠位并清掉记住的拖动位置(卡片被拖走后一直停在那儿、比如压着 K 线,就用这个归位)。页尾恢复成只有 By @0xHogen。
Fix - Clicking page controls on fomo (the Friends only checkbox, filter/sort buttons, links…) no longer closes the card. Only clicks on non-interactive areas (chart, blank space) dismiss it; × and Esc work as before. Attribution - GitHub link next to the byline in the card footer and the settings panel; author/description in the manifest; source headers in the code files. Update: unzip over the same folder, then hit ↻ on chrome://extensions. Settings are kept. --- 修复:点 fomo 页面上的控件(Friends only 勾选框、筛选/排序钮、链接…)不再关卡;只有点图表/空白才关,× 和 Esc 照旧。 署名:卡片页脚与设置面板署名旁加 GitHub 链接;m