A unified side navigation for both Gemini and ChatGPT. Auto-detects platform, tracks questions, and prevents lag.
Gemini & ChatGPT 双端的轻量侧边导航油猴脚本,自动记录最近提问,一键跳转并高亮定位。
gemini.google.com 与 chatgpt.com,站点不匹配时自动失效。MutationObserver + 指纹比对,避免重复渲染;提前截断文本,降低 DOM 与内存压力。在脚本开头修改 CONFIG 即可:
const CONFIG = {
sidebarWidth: '60px', // 折叠宽度
hoverWidth: '300px', // 悬停展开宽度
maxItems: 10, // 保留的提问条数
labelLen: 30, // 展示截断长度
tooltipLen: 100, // 提示截断长度
zIndex: 9999,
debug: false
};
保存后刷新页面生效。
chatgpt.com 或 gemini.google.com,并确保脚本已启用后刷新页面。CONFIG.maxItems 后刷新页面。