Disable Wolt Animations for accessibility
6/3/2022, 1:41:16 PM by omertuc
Details
Authoromertuc
LicenseNo License
Categorywolt
Created
Updated
Size290 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 6/3/2022, 1:41:16 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Wolt Disable Animations
@author omertuc
==/UserStyle== */
@-moz-document domain("wolt.com") {
* {
transform: none !important;
}
}