A new userstyle
twitter.com - Nov 2023 by saidbakr

Details
Authorsaidbakr
LicenseNo License
Categoryx.com
Created
Updated
Code size1.3 kB
Code checksum5843c9c9
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.com - Touch
@namespace github.com/openstyles/stylus
@version 1.2.1
@description Style for date and time + who follows
@author Said Bakr
==/UserStyle== */
@-moz-document domain("x.com") {
/* Insert code here... */
a time {
color: red;
font-weight: bold;
box-shadow: 1px 1px 5px maroon;
padding: 2px;
border-radius: 5px;
background: wheat;
margin-bottom: 5px;
}
div[data-testid="userFollowIndicator"]>span{
color:#417b0a;
font-weight: bold;
font-size: larger;
background: #9affff;
padding: 5px;
border-radius: 15px 3px;
box-shadow: 0 0 15px;
}
div[data-testid="userFollowIndicator"]>span::before{
content: "\1F5F8";
padding: 3px;
}
div[aria-label~="Following"]{
background: #0f680f !important;
}
/* div[aria-label~="Trending"]:nth-child(1)>div:nth-child(1)>div:nth-child(4){
background: #99e399 !important;
}*/
/* article>div>div::before{
content: "*";
/*direction: rtl;*//*
}
article>div>div:hover::before{
child{
color: red;
}
direction: rtl;
}*/
}