powercord-community / suggestions

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

PERMANATELY HIDE ALL BLOCKED MESSAGES #471

Closed Sand-Turtle closed 3 years ago

Sand-Turtle commented 3 years ago

Description

a plugin that will make it seem like blocked users do not even exist and deletes all blocked messages client side automatically


TrevTV commented 3 years ago

This can be done with css (snippet was originally posted by DoggyBootsy#1333)

[class^="groupStart-"]{
  display:none;
}
Sand-Turtle commented 3 years ago

This can be done with css (snippet was originally posted by DoggyBootsy#1333)

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

yeah but i'm requesting that it be done automatically.

TrevTV commented 3 years ago

What do you mean? If you were to add that to Powercord's Quick CSS it will be done automatically.

Sand-Turtle commented 3 years ago

What do you mean? If you were to add that to Powercord's Quick CSS it will be done automatically.

ah didn't know, thank you