Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

ChatGPT Chat Counter

Ts just sad πŸ’€

How to See How Many Chats You Have

  1. Open ChatGPT in your browser.

  2. Scroll through all your chats in the sidebar until you reach the bottom so everything loads.

  3. Open the Developer Console:

    • Windows / Linux: Ctrl + Shift + I
    • Mac: Cmd + Option + I
  4. Go to the Console tab.

  5. Paste the script below and press Enter.

document.querySelectorAll('nav a').length
  1. The console will return a number β€” that is the total number of visible chats in your sidebar.

Notes

  • 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.

About

Ts just sad πŸ’€

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors