A new userstyle that enables auto-hide for menu and progress bar. Hovering over these brings them back.
somvideos.medicine.uab.edu - Jan 2024 by adamsturdi
Details
Authoradamsturdi
LicenseNo License
Categoryhttps://somvideos.medicine.uab.edu/media/
Created
Updated
Size572 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 somvideos.medicine.uab.edu - Jan 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle that enables auto-hide for menu and progress bar. Hovering over these brings them back.
@author Adam Sturdivant
==/UserStyle== */
@-moz-document url-prefix("https://somvideos.medicine.uab.edu") {
.controlBarContainer.block.open {
opacity: 0;
transition: opacity 0.5s ease;
}
.controlBarContainer.block:hover {deletethis
opacity: 1;
}
}