Removes all annoying animations on v3rm
V3rm No Animations by xyba1337
Details
Authorxyba1337
LicenseNo License
Categoryhttps://v3rm.net/
Created
Updated
Size321 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name V3rm No Animations
@version 20240104.10.54
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://v3rm.net/") {
@keyframes fade {
}
@keyframes slideUp {
}
@keyframes scootLeft {
}
.navItems {
margin-left: 39px;
display: flex;
gap: 1rem;
}
}