Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
26 stars 6 forks source link

Hide Webhook Messages #700

Closed lilygruman closed 1 month ago

lilygruman commented 1 month ago

Plugin Description

Based on the existence of MoreUserTags and its ability to identify webhooks, as well as multiple plugins' abilities to show and hide messages, I am betting that it's possible to make a plugin that can hide messages posted by webhooks. It would be even better if it could block specific webhooks, like those generated by PluralKit or even specific users of it, which are infamously unblockable.

Existing Plugin for other mod

No response

Request Agreement

nin0-dev commented 1 month ago

you can use that to hide all messages from a specific username (make sure that the ThemeAttributes plugin is enabled)

li[data-author-username="USERNAME"] {
  display: none;
}
Vendicated commented 1 month ago

MoreUserTags adds data attributes to messages data-tag="webhook" so you can do this with css