lowspace / chatgpt-token-counter

Token Counter Chrome Extension for ChatGPT: A handy tool designed to monitor and display the token usage of ChatGPT sessions directly in your browser, helping you manage and optimize interactions efficiently.
MIT License
0 stars 0 forks source link

How to ensure the script to obtain the complete HTML content? #4

Closed lowspace closed 3 months ago

lowspace commented 3 months ago

The browser might not fully load the page, preventing the script from capturing all the HTML content, which could lead to an inaccurate token count.

lowspace commented 3 months ago

Wait until the innerHTML stops changing.