#for when youre streaming and too dumb
1 messages ยท Page 1 of 1 (latest)
fair
awesome
this just always hides the server bar and dms...
updated so it only works when u are streaming and u dont have to manually enable/disable it
div:has([aria-label="Share Your Screen"][class*=buttonActive_]) [data-list-id="guildsnav"],
[class^=sidebar_]:has([aria-label="Share Your Screen"][class*=buttonActive_]) [aria-label="Direct Messages"] {
display: none;
}
change the first
[class^=sidebar_] to just div or it wont hide guilds
but thank you !!!!!!
oh tru i forgot abt that
Or just https://github.com/pernydev/DontLeak ๐
Made it bcs I was leaking too many DMs while screensharing. Vencord Plugin. - pernydev/DontLeak
who needs a plugin
for something that can be done with css
oh god you literally just use css
can you send an ss of what that does
If you check out styles.ts
you can see it uses findByProps
so it wokrs even if discord does updates ๐
ah cool
also you can hold-to-see with a keybind
this css won't be impacted by a normal class change
but this one uses aria-label which does not work if your client is not in english.
oh true, but not a huge deal
but yeah your plugin is much better bc this css doesn't hide msgs only the servers you're in and dms you have with people (not even the content of the dms)
although that could be fixed actually
I might do that honestly
seems fun
but like, [class^=name]?
did not even look at the snippet tbh
but that should work
I know it works
doesn't do this do