AutoToC is a Chrome extension that adds a right-side sidebar on chatgpt.com to display heading markers for the currently active response.
- Click a heading marker to scroll to the location of the corresponding header.
- ChatGPT dynamically loads conversations based on the current scroll position. Conversations that have already been loaded are remembered through caching, but headings from conversations that have not yet been loaded may not appear in the sidebar.
- If a response contains too many headers or if the spacing between headers is too dense, the individual heading icons may be replaced with a single icon.
AutoToC is currently used as an unpacked local extension.
- Clone this repository.
- Open
chrome://extensions. - Turn on Developer mode.
- Click Load unpacked.
- Select this repository folder.
- Open or refresh
https://chatgpt.com/.
No separate build step is required. Chrome directly loads manifest.json, content/content.js, and content/content.css.
This project is distributed under the GNU General Public License v3.0. See LICENSE for details.
