hello everyone nad a little update on my situation, i just fixed it today by a slightly different approach, if anyone wants to view the code, review it, criticize it, or even use it, then my DM's are open
@kurosakiee If you have more questions, would you like to hear more complex explanation how to figure it out on your own, please make a post or pm, so we could talk without notifying every single person here ;) I will be glad to help
@kurosakiee I tried a little different approach to get what you want:
I went to /messages and selected content of chatbox column, which looks like is holding all open conversations, so I tried
''' document.querySelectorAll('.message-list-container-list>*') '''
and it seems to do fine job to me. Is it something you're looking for?
hello everyone, im trying to make an extension that shows you how many chats you have inbox (not messages), and i want to display them in the title html element like this: "( N ) chess.com/etc.etc" whereas N is the amount of chats inbox. now, ive been looking for almost a day for the javascript variable thats responsible for the chat inbox counter but i couldnt find it, can someone give me a helping hand?
@wallace_wang I think chess.com did it on purpose, they are even guiding people here in their bug messages, like we could help them with their broken functionalities