hell on twitter
TWITTER HELL by DanisonCZ
Details
AuthorDanisonCZ
LicenseNo License
Categoryhttps://twitter.com
Created
Updated
Size863 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 TWITTER HELL
@version 20230703.14.29
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/") {
.r-kemksi, .r-1w6e6rj, .r-1wtj0ep, .r-id7aif, .r-184en5c, .r-ymttw5, .r-obd0qt, .r-16y2uox, .r-lrvibr, .r-1g40b8q, .css-901oao, .css-16my406, .r-poiln3, .r-bcqeeo, .r-qvutc0 {
background: linear-gradient(darkred, yellow);
color: yellow);
text-shadow:
-1px 0px 0px black,
1px 0px 0px black,
0px -1px 0px black,
0px 1px 0px black,
-1px 0px 10px black,
1px 0px 10px black,
0px -1px 10px black,
0px 1px 10px black,
-1px 0px 10px black,
1px 0px 10px black,
0px -1px 10px black,
0px 1px 10px black;
animation: color-change 2s infinite;
}
@keyframes color-change {
0% { color: red; }
50% { color: yellow; }
100% { color: red; }
}
}