Changes Twitter/X logo to XD
twitter.com x.com
Authorpabli
LicenseMIT
Categorytwitter
Created
Updated
Size607 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Changes Twitter/X logo to XD
twitter.com x.com
/* ==UserStyle==
@name Twitter XD
@namespace https://github.com/pabli24
@version 1.0.0
@description Changes Twitter/X logo to XD
@author Pabli (https://github.com/pabli24)
@homepageURL https://userstyles.world/style/11521
@supportURL https://userstyles.world/style/11521
@license MIT
@preprocessor stylus
@var text txt "Letter" ''𝔻''
@var number num "Size" [30, 0, null, 1, 'px']
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
h1 > a[href="/home"] div:after {
content: txt
font-size: num
font-weight: normal
}
}