Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Block Messages from New Server Members #855

Closed
3 tasks done
Feathers8 opened this issue Jul 6, 2024 · 4 comments
Closed
3 tasks done

Block Messages from New Server Members #855

Feathers8 opened this issue Jul 6, 2024 · 4 comments
Labels

Comments

@Feathers8
Copy link

Plugin Description

Those with the green "new member leaf" icon next to their name.

Existing Plugin for other mod

No response

Request Agreement

  • I read the above and made sure my plugin is possible and allowed
  • I checked the existing plugins and made sure my plugin doesn't already exist
  • I searched the existing issues and made sure a similar request doesn't already exist
@Scyye
Copy link

Scyye commented Jul 6, 2024

/* Remove messages from new members */
[id^="chat-messages"]:has([class*="newMemberBadge"]) {
  display: none;
}

@Scyye
Copy link

Scyye commented Jul 6, 2024

Anything that needs to be "hidden" you can usually do it with pure css

@Feathers8
Copy link
Author

Feathers8 commented Jul 6, 2024

I know about that CSS snippet, but it doesn't prevent the channel from "lighting up" (indicating that there's a new message),
nor does it prevent pings.

@Scyye
Copy link

Scyye commented Jul 6, 2024

thats a limitation, yes, but i (personally) dont see it needed to make a plugin for it.
If someone sees a need for it, they can go and do that 🤷

@nvhhr nvhhr added the rejected (not useful / low quality / too niche) This plugin is not useful. label Jul 6, 2024
@nvhhr nvhhr closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants