MAKE YOUR TWITTER MORE COLOURFUL!!!!!!!!!
Gaming Twitter by eggplants
Details
Authoreggplants
LicenseMIT
Categorytwitter
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 Gaming Twitter
@version 20210904.23.17
@namespace userstyles.world/user/eggplants
@description MAKE YOUR TWITTER MORE COLOURFUL!!!!!!!!!
@author eggplants
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/"), url-prefix("https://mobile.twitter.com/") {
span,
body,
div.r-f9dfq4,
div.r-ry3cjt,
div.r-m611by,
div.r-1j3t67a,
div.r-my5ep6,
div.r-my5ep6,
div.r-1h3ijdo,
div.r-1jgb5lz,
div.r-1uu6nss,
div.r-1i9ubto,
a.r-my5ep6,
div.r-e84r5y,
div.r-14lw9ot,
article.r-6416eg,
a.r-6416eg {
background: linear-gradient(135deg, rgba(255, 0, 0, 1), rgba(255, 136, 0, 1), rgba(255, 255, 0, 1), rgba(136, 255, 0, 1), rgba(0, 255, 0, 1), rgba(0, 136, 255, 1), rgba(0, 0, 255, 1), rgba(136, 0, 255, 1), rgba(255, 0, 0, 1)) 0% center/200%;
animation: gaming-back 1s linear infinite;
}
@keyframes gaming-back {
0.0% {
background-position-x: 0%;
}
100.0% {
background-position-x: 200%;
}
}
}