change color of skeleton loading
Youtube Skeletor Loading Color by hdyzen
Details
Authorhdyzen
LicenseMIT
Categoryyoutube
Created
Updated
Size503 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 Youtube Skeletor Loading
@namespace hdyzen
@version 1.0.0
@description change color of skeleton loading
@author hdyzen
@preprocessor stylus
@var color bkg1 'Color 1' rgba(40, 40, 40, 1)
@var color bkg2 'Color 2' rgba(60, 60, 60, 1)
@var color bkg3 'Color 3' rgba(70, 70, 70, 1)
==/UserStyle== */
@-moz-document domain("youtube.com") {
.skeleton-bg-color {
background: linear-gradient(90deg, bkg1 0%, bkg2 45%, bkg3 100%);
}
}