-
Open devtool in discord web on desktop and paste the script
-
Enter the query in the message finder on discord
-
Click the
Sum up letters
button that appeared after pasting the script -
The stats will get logged in the console
-
If you are getting rate limited very often, increase the delay between each iteration
-
- Note the
totalMessages
andtotalCharacters
count from the console, close the tab and open discord in a new tab - Paste the script in the console and enter the same search query again
- Check that your previous stats was saved by doing
document.cookie
in the console,
if its empty or the value is '0', then dodocument.cookie = '{"totalMessages":0,"totalCharacters":0}'
, replace the0
s with your actual count - Calculate
(totalMessages / 25) + 1
and change the search result page to the value you get - Click the run button again
- Don't switch channels while the script is running or you will have to start the script again in a new tab
- Close the tab if you want to stop the script when it's still running
- When starting a new count make sure the
document.cookie
does not have any state saved in it, if it has, dodocument.cookie = '{"totalMessages":0,"totalCharacters":0}'
to reset that or it will continue adding to that previous stat
- Note the
-
Notifications
You must be signed in to change notification settings - Fork 0
Abhinav5383/discord-msg-character-counter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published