Skip to content

Revert Elon Musk's changes by ayato1

Screenshot of Revert Elon Musk's changes

Details

Authorayato1

LicenseNo License

Categorytwitter, twitter.com

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes Twitter changes made by Elon Musk when he is (was) the CEO of Twitter: Squirlcle Avatars and Yellow Verification Marks for Businesses, "Readers added context they thought people might want to know" and the View Count.
Uses code by maah (userstyles.world/user/maah) - "Twitter Round Avatars" and "Twitter White Checkmarks" ((I'm guessing I'm safe here since the author didn't specify the licenses for these codes))

İm too lazy to update this lmao

Notes

I'm aware that this CSS also hides the share button, I'm just too lazy to fix it lol

Source code

/* ==UserStyle==
@name         Revert Elon Musk's changes
@version      20221225.11.21
@namespace    userstyles.world/user/ayato1
@description  Removes Twitter changes made by Elon Musk when he is (was) the CEO of Twitter: Squirlcle Avatars and Yellow Verification Marks for Businesses, "Readers added context they thought people might want to know" and the View Count.
Uses code by maah (userstyles.world/user/maah) - "Twitter Round Avatars" and "Twitter White Checkmarks" ((I'm guessing I'm safe here since the author didn't specify the licenses for these codes))
@author       ayato1
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com") {
.css-1dbjc4n.r-2sztyj.r-1efd50x.r-5kkj8d.r-13awgt0.r-18u37iz.r-tzz3ar.r-s1qlax .css-1dbjc4n.r-1mf7evn:first-of-type { display:none }
div.css-1dbjc4n.r-1ta3fxp.r-18u37iz.r-1wtj0ep.r-1s2bzr4.r-1mdbhws[role="group"] .css-1dbjc4n.r-18u37iz.r-1h0z5md:nth-of-type(1),.css-1dbjc4n.r-1kqtdi0.r-1867qdf.r-rs99b7.r-1loqt21.r-1s2bzr4.r-1ny4l3l.r-1udh08x.r-o7ynqc.r-6416eg, .css-1dbjc4n.r-1kqtdi0.r-1867qdf.r-rs99b7.r-1loqt21.r-1s2bzr4.r-1ny4l3l.r-1udh08x.r-o7ynqc.r-6416eg ~ .css-901oao.r-1bwzh9t.r-37j5jr.r-n6v787.r-16dba41.r-1cwl3u0.r-bcqeeo.r-1udh08x.r-1f1sjgu.r-qvutc0 {
	display:none!important
}
[data-testid^="UserAvatar-Container-"]:nth-child(1):nth-child(1),[data-testid^="UserAvatar-Container-"]:nth-child(1):nth-child(1) a div { overflow: hidden; border-radius: 9999px; clip-path: unset; }
svg[data-testid="icon-verified"], svg[data-testid="verificationBadge"] { color: white; }
svg[data-testid="icon-verified"] g path, svg[data-testid="verificationBadge"] g path { fill: white; }
}

Reviews

No reviews yet.