#Demonstration
1 messages · Page 1 of 1 (latest)
Screenshot and I’ll try get em
(from #👾-core-development)
Thanks, will fix in the morning
problem with unicode characters
doesn't hide clan tags
is there a way to have this happen when streamer mode is turned on?
should be made as a plugin, I believe
or use the bulitin css logic by checking if the "stream mode is enabled" message. if that possible
there was some sort of CSS i remember using that did the same thing with blur
it's broken now though :/
I believe its a plugin
#1032200195582197831 message
called Don't Leak
the problem with it, that the classes names are hardcoded
mm gotcha thank u
this just looks nicer :)
i’ll prob try to splice them together later today
I'm making this into a plugin
the sound is everything for me, can you make it on hover too like the don't leak?
Hmm, i already have a privacy blur type thing built into my theme so probably not
Fixed 
Yippee
Unfortunately that's a font issue, I'm using this font to get the censored effect, however it doesn't support all characters. If you have font editing skills, consider adding more character support there.
The icon in clan tags displayed beside a username is hidden, unless you mean something else?
This is possible but isn't bulletproof, since that banner can be closed without turning off streamer mode.
New update v1.1.0. If you downloaded the file previously, please redownload for the new editable variables.
- Added true toggle variables for showing/hiding text and client mod elements - read customisation notes for more info.
- Styled additional user avatars
- Reduced output filesize
Why exactly is that a problem? I'm happy to make updates to DL!
Bad futureproofing
Why hardcode class names when you can just use more efficient selectors and not have to bother
Just speaking for me, I use hardcoded classes because although [class*=] selectors are fine in most situations, they can super tank performance when used in :has()
or just get the classes names by findByProps as css won't be efficient (I think, I am not a front-end dev)
True, I didn't see that Don't Leak is a plugin, using class names and attribute selectors is not the way to go for plugins
I just can't think of a better way..
I have tried to use findByProps to make your plugin dynamic, I am continuing rn on the project
Thank you! PRs are ofc accepted
what theme is that? looks lovely.
bazonga
This seems to have broken for avatars and server icons
Only some tho
Also images in dms.
made a quick (extremely scuffed) censored guild bar
.wrapper_f90abb {
background: var(--background-primary);
&::after {
content: '-';
font-weight: 500;
line-height: 1.2em;
white-space: nowrap;
font-size: 18px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-normal);
}
}
.icon_f90abb, .childWrapper_f90abb {
display: none;
}
.icon_f11207 {
background: var(--background-primary) !important;
&::after {
content: '-';
font-size: 8px;
overflow: hidden;
white-space: nowrap;
width: 100%;
color: var(--text-normal);
transform: translateY(3px);
font-weight: 500;
line-height: 1.2em;
height: 8px;
display: flex;
justify-content: center;
}
.acronym_f11207 {
display: none;
}
}```
Noted, will fix
Is now fixed
yay
