Ts just sad π
-
Open ChatGPT in your browser.
-
Scroll through all your chats in the sidebar until you reach the bottom so everything loads.
-
Open the Developer Console:
- Windows / Linux:
Ctrl + Shift + I - Mac:
Cmd + Option + I
- Windows / Linux:
-
Go to the Console tab.
-
Paste the script below and press Enter.
document.querySelectorAll('nav a').length- The console will return a number β that is the total number of visible chats in your sidebar.
- This does not include deleted chats.
- This does not include hidden or archived chats.
- Make sure you scroll to the very bottom first, otherwise some chats wonβt be counted.
π If the number is hugeβ¦ you might want to touch grass.