Help monitoring new messages in discord?

Hi,

I’m trying to monitor for new messages in a Discord that I am part of. I set the css selector to update for the whole chat, but it produces too many updates… any time someone does a reaction or something like that produces a new entry.

My question is: Is there any way that I can work the css selector to ignore stuff like that. I just want every time there is a new post/message?

@jdotpitts finetuning css selector to monitor a more targeted list of elements is the way to go to. can you try using the following css selector and see how it works for you?

[aria-labelledby^='message']