sadadadas
? - Feb 2024 by SalmonOfDoom
Details
AuthorSalmonOfDoom
LicenseNo License
Categoryabout:home
Created
Updated
Size744 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
aasdasda
Source code
/* ==UserStyle==
@name ? - Feb 2024
@version 20240222.08.38
@namespace https://userstyles.world/user/SalmonOfDoom
@description sadadadas
@author SalmonOfDoom
@license No License
==/UserStyle== */
@keyframes rotateBackground {
0% { background-image: url('data:image/jpeg;base64,Base64EncodedDataForImage1'); }
33% { background-image: url('data:image/jpeg;base64,Base64EncodedDataForImage2'); }
66% { background-image: url('data:image/jpeg;base64,Base64EncodedDataForImage3'); }
100% { background-image: url('data:image/jpeg;base64,Base64EncodedDataForImage1'); }
}
@-moz-document url("about:home") {
body {
animation: rotateBackground 10s infinite;
}
}
@-moz-document url("https://example.com/") {
}