Use case:
Discord allows you block users but their messages will show up as "1 message blocked", I want to get rid of the messages all together.
Upon inspecting, discord uses a class "messageGroupBlockedBtn" + a random key like "-1PBBh-" to style the block messages.
My question is, is it possible to select all elements with class name that start with "messageGroupBlockedBtn" with javascript?