新增 ChatGPT 长对话导航与预览脚本 - #73
Draft
kdazhy wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ChatGPT 长对话导航与预览v6.1.1 to the Codex++ script market.Why
Long ChatGPT/Codex desktop conversations are difficult to scan and revisit. This userscript adds a compact right-side question index with hover previews, precise message jumping, current-position highlighting, and
Alt+↑/Alt+↓navigation.Fix included in v6.1.1
The previous mutation debounce restarted its timer on every DOM change. During continuous assistant streaming, this could postpone message rescanning indefinitely, so a valid user question temporarily remained absent from the index. The scheduler now preserves an already queued normal scan while still allowing explicit immediate rescans.
User impact
Validation
node --check scripts/chatgpt-long-conversation-navigator.jsindex.jsonand verified the entry ID, version, URL, and uniqueness.bee2e8b79a5590c963f0137ac00a9cc2121a74fb90cebf4a9480fefc78d21412.Files
scripts/chatgpt-long-conversation-navigator.jsindex.json