Releases: mickeyhogen/fomo-helper
Release list
v0.9.4
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 table is gone, so the card now says "switch fomo's bottom panel to Holders" instead of guessing.
- Diagnose button in the empty state: one click builds a short report (version, viewport, table anchors, bottom tab, Friends-only state, last scan) and copies it — paste it to the author for remote troubleshooting.
Update: unzip over the same folder, then hit ↻ on chrome://extensions. Settings are kept.
修复:Friends only 状态判错(真页面是按钮+颜色,不是复选框;现在只看 Holders 表右上那一个);表晚到 25 秒后一直空(滚动即补扫)。
新增:底部面板停在 Swaps/Thesis 时直说"切到 Holders";空态「诊断」按钮一键生成并复制排查信息。
更新:新版解压覆盖同一文件夹,回 chrome://extensions 点 ↻,设置不丢。
v0.9.3
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.
新增:卡片右下角多了尺寸手柄,拖一下就能改宽高,尺寸会记住,下次打开还是你调好的样子(默认大小不变)。双击卡片头部现在把大小和位置一起恢复默认。最小 280×220,拉不没。
更新:新版解压覆盖同一文件夹,回 chrome://extensions 点 ↻,设置不丢。
v0.9.2
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。
更新:新版解压覆盖同一文件夹,回 chrome://extensions 点 ↻,设置不丢。
v0.9.1
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;
×andEscwork 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 链接;manifest 作者/描述;源码文件头。
更新:新版解压覆盖同一文件夹,回 chrome://extensions 点 ↻,设置不丢。
v0.9.0
- 卡片 UI 全面本地化:
中/EN现在连同段标题、排序钮、持有时长、灰字提示、按钮提示一起切换,英文用户装上看到的是英文壳(此前只切 DeBot 正文语言)。 - README 改为英文默认 + 中文一键切换;说明页支持中英切换(按浏览器语言自动选,可手动切并记忆)。
- 安全加固(跨家 K3 深度审查,无 critical/high;以下为其 med/low 建议全部落地):
- 后台消息路由只受理本扩展自身的 content script(
sender.id校验),合约地址形状校验; - 三方响应超 2MB 一律丢弃、DexScreener pairs 遍历封顶;
- 一轮抓取只扫一遍 Holders 表(原先 holders / thesis / 列头各扫一遍),观察者去抖 250→600ms,两页就绪后提前撤观察者;
- 翻译缓存跨代币封顶;
- 公开版连遗留的分析源设置键也不再读取。
- 后台消息路由只受理本扩展自身的 content script(
Install / 安装: unzip → chrome://extensions → Developer mode → Load unpacked → fomo-helper/.
Guide / 图文说明: https://hogen.pro/fomo-helper
v0.8.9
- 标签页改名 Meta(默认)/Thesis/Holders,与 fomo 自家 tab 一个用法。
- Thesis 页新增排序切换:按赞(默认,读 Holders 表全量)/最新 ≥2赞(直接读 fomo 自家评论流,按发言时间新→旧);能对上号的条目行头带发言时间。
- Holders 页每行改为
@名字 · $仓位 ▲盈亏% · 持有时长,成本移到整行悬停提示。 - 头部新增副池交易对 chips(DexScreener 公开接口):只显示 $TSLA/$HIMS 这类非常规配对,ETH/稳定币主池不占位;叙事类型 chip 移除腾位置,类型悬停币名可见。
- Meta 页顺序:起源 → 评级理由 → 来源推文 → 传播 → 开发者;卡片页尾加一行
By @0xHogen。 - 抓取修复:fomo 的 flex 单元格在
innerText下会黏成一坨(点赞黏进正文、金额出鬼数字、名字连体、列头定位失效),改为按文本节点拼接取词,Holders 表被隐藏时同样可解析;成本列 "入场市值 MC 入场价" 取价格;表暂时卸载时保留已有数据不清屏。 - Friends only:侦测到页面开着该筛选且抓不到数据时,空态直接写明"关闭它才能显示全部数据"。
- 跨家代码审查(K3)修正:翻译登记表死节点清理、盈亏方向未知不再默认绿、中文无空格 thesis 的启发式回退、抓取指纹去重防闪烁。
安装:下载下方 zip → 解压得到 fomo-helper/ → chrome://extensions 开发者模式 → 加载已解压的扩展程序。
图文说明:https://hogen.pro/fomo-helper