#honestly something small for the usual

1 messages ยท Page 1 of 1 (latest)

smoky sorrel
rugged epoch
smoky sorrel
rugged epoch
smoky sorrel
#

I wonder if there's some way to look for channel IDs in the message without using a plugin

#

inspect element is not helping at all

smoky sorrel
#

yeah but I meant in the classes

#

or IDs

#

ID as #channel, not that one xD

rugged epoch
#

ahhhh gotcha

#

sorry that was so non-specific I was like "wait... but dev tool" lol

#
[data-list-item-id*='1026515880080842772']:has([data-author-username="venbot"], .channelMention) {
display: none;
}
#

that should do

smoky sorrel
#

interesting

rugged epoch
#

Kelly_think_FB ah it does my own too

smoky sorrel
#

yeah

rugged epoch
#

I mean technically, channel names arent different per language

smoky sorrel
#

Is it aria-label time?

rugged epoch
#
[aria-label*='support'] [data-author-id*="1017176847865352332"]:has(.channelMention){
display: none;
}
smoky sorrel
rugged epoch
#

yep lmao

#

imma stay on russian tbh, bot tags are bot still

smoky sorrel
#

Wingdings better

rugged epoch
smoky sorrel
#

but emojis are even better

rugged epoch
#

fair, just upset they're apps now

#

"oh cus bot = bad" like... cmon

smoky sorrel
#

you could also add a :not(.hasReply_) maybe

#

to filter out the vns commands

rugged epoch
#

might be a good idea tbh, was only just tossing this out cus people hate that message with a passion XD

smoky sorrel
#

Mhm

#

But why not making it better

rugged epoch
#

yeah I honestly shoulda thought more on it, I forget that not everyone just has their CSS open the whole time to toggle on and off code

smoky sorrel
#

works wonders now

#

nvm it doesn't

peak sleet
#

Welp...

rugged epoch
peak sleet
#

Lovely...

smoky sorrel
#

Works for me as well

peak sleet
#

I have no idea why it won't for me... Lmao

rugged epoch
#

make sure it's fully intact and maybe you dont have another css missing a ;

#

I tried to get it to not target replies but all I tried didnt help so idk

peak sleet
#

Welp... This is what it looks like rn

#

and this is what I see in the channel

rugged epoch
#

nvm I'm a GENIUS

#
[aria-label*='support'] [data-author-id*="1017176847865352332"]:has(h2):not([id*=accessories]){
display: none;
}
rugged epoch
#

omg wait I can make it h2

peak sleet
#

Alright

rugged epoch
rugged epoch
peak sleet
#

And it's still the same...

smoky sorrel
#

wait

#

enable the themesattribute plugin

rugged epoch
#

oooooh that might have been it lol

peak sleet
#

Yeah that solved it

peak sleet
smoky sorrel
#

np

rugged epoch
#

hanaModcheck lmao I can do emojis

[aria-label*='๐Ÿฅ'] [data-author-id*="1017176847865352332"]:has(h2):not([id*=accessories]){
display: none;
}
#

cursed

smoky sorrel
#

wouldn't this also hide other messages that contain h2 formatting in that channel?

rugged epoch
#

should only be if it's from the bot

plus

smoky sorrel
#

yes but

rugged epoch
smoky sorrel
#

what if the bot has other triggers with h2 formatting

#

besides the repeating one

rugged epoch
#

I mean I cant physically go by text afaik

#

otherwise this would be simpler

#

I cant think of any other command that uses h2

#

ye i'm 30 pages back and the most common stuff used in support dont use headers at all

#

Kelly_think_FB I havent seen anything come up once, and for embeds they're divs