- RGB gaming dice
- hide ads
richup RGB Gaming Dice by polyskull
Details
Authorpolyskull
LicenseCC Zero
Categoryuserstyles
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name richup.io RGB Dice & Hide Ads
@version 20231205.18.55
@namespace ?
==/UserStyle== */
@-moz-document domain("richup.io") {
.tCHbjoBa {
display: none;
}
.richupToastContainer .SJW3HTjw {
display: none;
}
.LsYfxufK .CAL0LU_N {
color: #f00;
box-shadow: 0 0 8px 1px #f00;
animation-name: rgb_glow;
animation-duration: 5s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-play-state: running;
}
@keyframes rgb_glow {
0% {
color: #f00;
box-shadow: 0 0 8px 1px #f00;
}
20% {
color: #ff8000;
box-shadow: 0 0 8px 1px #d2781d;
}
40% {
color: #fff200;
box-shadow: 0 0 8px 1px #d2c91d;
}
60% {
color: #00ff1e;
box-shadow: 0 0 8px 1px #1dd232;
}
80% {
color: #0059ff;
box-shadow: 0 0 8px 1px #1d5cd2;
}
90% {
color: #9500ff;
box-shadow: 0 0 8px 1px #d21dc3;
}
}
}