It simply hides X logo and does nothing else, really.
Remove X logo on Twitter by alchemistJPN
Details
AuthoralchemistJPN
LicenseCC0
Categoryuserstyles
Created
Updated
Size602 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I got angry with Elon Musk, so I wrote this code.
Source code
/* ==UserStyle==
@name Remove X logo on Twitter
@version 20230724.10.55
@namespace ?
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* 左上のXロゴを消す */
/* Remove X logo on the top left */
svg.r-13v1u17.r-4qtqp9.r-yyyyoo.r-16y2uox.r-8kz0gk.r-dnmrzs.r-bnwqim.r-1plcrui.r-lrvibr.r-lrsllp {
display: none !important;
}
/* 読み込み時のXロゴを消す */
/* Remove X logo on loading */
svg.r-1p0dtai.r-16ek5rh.r-4qtqp9.r-yyyyoo.r-wy61xf.r-1d2f490.r-ywje51.r-dnmrzs.r-u8s1d.r-zchlnj.r-1plcrui.r-ipm5af.r-lrvibr.r-1blnp2b {
display: none !important;
}
}