#Nuke discords stupid animations when
1 messages · Page 1 of 1 (latest)
Part of the lag is because it's loading the code for the menu contents
But that only happens the first time and doesn't explain why it's slow af after that
Lemme take a look at that
There we go #1032200195582197831 message
strange that it messes with the theme. This part:
#app-mount .baseLayer__8fda3 {
transform: scale(1) !important;
}
I don't know why. I guess it transforms the theme backgrounds too.
Updated version
#app-mount .baseLayer__2b890 {
opacity: 1 !important;
transform: scale(1) !important;
}
.baseLayer__2b890[aria-hidden="true"] {
pointer-events: none;
}
.standardSidebarView__12528 {
opacity: 1 !important;
}
.layer_f7d46a + .layer_f7d46a {
opacity: 1 !important;
transform: unset !important;
}
.layer_f7d46a[aria-hidden="false"] + .layer_f7d46a[aria-hidden="false"] {
display: none;
}
.baseLayer__2b890[aria-hidden="true"] {
pointer-events: none;
}
.layers__1c917>.layer_f7d46a.animating_b7d085 {
will-change: unset !important;
}
Newer Newer Verison
#app-mount .baseLayer_d4b6c5 {
opacity: 1 !important;
transform: scale(1) !important;
}
.baseLayer_d4b6c5[aria-hidden="true"] {
pointer-events: none;
}
.standardSidebarView_c25c6d {
opacity: 1 !important;
}
.layer_d4b6c5 + .layer_d4b6c5 {
opacity: 1 !important;
transform: unset !important;
}
.layer_d4b6c5[aria-hidden="false"] + .layer_d4b6c5[aria-hidden="false"] {
display: none;
}
.baseLayer_d4b6c5[aria-hidden="true"] {
pointer-events: none;
}
.layers_d4b6c5>.layer_d4b6c5.animating_d4b6c5 {
will-change: unset !important;
}
Honestly with how much Discord Updates these Hashes I debate putting this on my GitHub so I can more easily update it but I want @gray compass permission before I do that
go ahead :3
you forgot to update the codeblock to the new code that indi posted.
just copy from my codeblocks
i did that but it'd help a lot more for users who are scrolling by and less likely to click on the thread for the updated one.