Twitter X update
ππͺππ₯π₯ππ£ by ChezRD

Details
AuthorChezRD
LicenseNo License
Categorytwitter.com
Created
Updated
Code size4.4 kB
Code checksumb3d0b679
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ππͺππ₯π₯ππ£
@namespace github.com/openstyles/stylus
@version 1.0.2
@description Twitter X update
@author ChezRD
==/UserStyle== */
@-moz-document domain("twitter.com"),
domain("x.com") {
header h1 > a[href = "/home"] > div > svg + span {
display: inline-flex;
height: 32px;
font-size: 12px;
align-items: end;
color: rgb(29, 155, 240);
}
header h1 > a[href = "/home"] > div > svg + span:before {
font-weight: 100;
content: "πͺπ¦ππππ‘";
font-family: Arial;
}
@media screen and (min-width: 1295px) {
header h1 > a[href = "/home"] > div > svg {
margin-left: 13px;
}
header h1 > a[href = "/home"] > div > svg + span {
font-size: 17px;
}
}
@media screen and (min-width: 1040px) {
header h1 > a[href = "/home"] {
padding-right: 8px;
}
}
@media screen and (min-width: 1040px) and (max-width: 1294px) {
header h1 > a[href = "/home"] > div > svg {
margin-left: -12px;
margin-right: 2px;
}
}
@media screen and (max-width: 1040px) {
header h1 > a[href = "/home"] > div {
flex-direction: column;
}
header h1 > a[href = "/home"] > div > svg + span {
height: auto;
}
}
header a[href = "/compose/post"] div span div span span {
font-size: 0;
}
header a[href = "/compose/post"] div span div span span:before {
content: "ππͺπ¦ΜππΜΆπͺππ";
line-height: inherit;
text-align: center;
font-size: 17px;
/* font-weight: 600; */
font-family: Arial;
font-weight: 100;
vertical-align: middle;
}
[role = "button"][data-testid = "tweetButton"] div span span,
[role = "button"][data-testid = "tweetButtonInline"] div span span {
font-size: 0;
}
[role = "button"][data-testid = "tweetButton"] div span span:after,
[role = "button"][data-testid = "tweetButtonInline"] div span span:after {
content: "ππͺπ¦ΜππΜΆπͺππ";
display: inline;
line-height: 24px;
text-align: center;
font-size: 14px;
/* font-weight: 600; */
font-family: Arial;
font-weight: 100;
vertical-align: baseline;
}
[role = "menuitem"][data-testid = "unretweetConfirm"] div div span,
[role = "menuitem"][data-testid = "retweetConfirm"] div div span {
font-size: 0;
}
[role = "menuitem"][data-testid = "retweetConfirm"] div div span:before {
content: "πππ‘ππ©πͺπ¦ΜππΜΆπͺππ";
font-size: 15px;
line-height: 24px;
/* font-weight: 600; */
font-family: Arial;
font-weight: 100;
vertical-align: bottom;
}
[role = "menuitem"][data-testid = "unretweetConfirm"] div div span:before {
content: "π ππ©πͺπ¦ΜππΜΆπͺππ";
font-size: 15px;
line-height: 24px;
/* font-weight: 600; */
font-family: Arial;
font-weight: 100;
vertical-align: bottom;
}
[role = "menuitem"][data-testid $= "retweetConfirm"] ~ a[role = "menuitem"][href = "/compose/post"] div div span,
[role = "menuitem"][data-testid $= "retweetConfirm"] ~ a[role = "menuitem"][href $= "/quotes"] div div span {
font-size: 0;
}
[role = "menuitem"][data-testid $= "retweetConfirm"] ~ a[role = "menuitem"][href = "/compose/post"] div div span:before {
content: "π©πͺπ¦ΜππΜΆπͺππ ππΉπ π";
font-size: 15px;
line-height: 24px;
/* font-weight: 600; */
font-family: Arial;
font-weight: 100;
vertical-align: bottom;
}
[role = "menuitem"][data-testid $= "retweetConfirm"] ~ a[role = "menuitem"][href $= "/quotes"] div div span:before {
content: "ππΉπ ππ π©πͺπ¦ΜππΜΆπ ππ";
font-size: 15px;
line-height: 24px;
/* font-weight: 600; */
font-family: Arial;
font-weight: 100;
vertical-align: bottom;
}
}