It removes the annoying 4s delay from the navigation menu, so you can sign in and browse the menu instantly.
Teletal.hu - Instant Menu, No Animation by treasury
Details
Authortreasury
LicenseNo License
Categoryhttps://www.teletal.hu/
Created
Updated
Size367 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 teletal.hu - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("teletal.hu") {
[class*=uk-animation-] {
animation-duration: 0s;
}
.uk-navbar-nav li {
visibility: visible!important;
}
}