Skip to content

Twitter XD Logo by pabli

Screenshot of Twitter XD Logo

Details

Authorpabli

LicenseMIT

Categorytwitter

Created

Updated

Size607 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 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
}

}

Reviews

No reviews yet.