This Chrome extension retrieves past conversations from chat.openai.com by parsing your browser's history and displaying a list of unique conversation UUIDs. You can click on a UUID to open the corresponding chat in a new tab.
- Google Chrome Browser
-
Clone this repository or download it as a ZIP file and extract it to your desired location.
git clone https://github.com/shusain/chat-gpt-local-history.git
-
Open Google Chrome and navigate to
chrome://extensions/
. -
Enable "Developer mode" in the top right corner.
-
Click on "Load unpacked" and select the "chat-gpt-local-history" folder you cloned or extracted earlier.
-
The extension should now be visible in your Chrome extensions list, and an icon should appear next to the address bar.
-
Navigate to chat.openai.com.
-
Click on the extension's icon next to the address bar.
-
A list of past chats will appear in the popup window. Click on a UUID to open that specific chat in a new tab.
This project is licensed under the MIT License.