powercord-community / suggestions

Repo where you can find and share plugin suggestions for Powercord
27 stars 4 forks source link

Hide Blocked Users #492

Closed isXander closed 3 years ago

isXander commented 3 years ago

Description

  1. Remove the messages that have reply to a blocked message / remove the reply indicator (an option)
  2. Remove the 1 blocked messages - click to expand from the chat
  3. Remove blocked users from the user list sidebar
  4. Auto leave group chats you are added to with blocked users in (toggleable)

More info

number 2 can be made in quick-css with

[class^="groupStart-"]{
    display:none;
}

but it would be cool if it was built-in to this plugin


Deftu commented 3 years ago

Remove the spaces between the x and the square braces. (Edit: there's also a spelling mistake in "ccs")

cyyynthia commented 3 years ago

The very reason we keep closing these request is because it's already doable WITHOUT a plugin. Whenever you can avoid plugins, the better it is for performance.

isXander commented 3 years ago

For ex there is no class for replies that quote a blocked user so that couldn't be done in css.