Skip to content

Instantly share code, notes, and snippets.

@maxfenton
Last active January 22, 2024 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxfenton/e18bf19761322e8777bd to your computer and use it in GitHub Desktop.
Save maxfenton/e18bf19761322e8777bd to your computer and use it in GitHub Desktop.
CHILLER TWITTER // Stylebot for Twitter.com
/* CSS to make Twitter on the desktop web a little chiller */
.DashboardProfileCard-statList,
.js-mini-profile-stats,
.js-tweet-stats-container,
.ProfileNav-item--following,
.ProfileNav-item--followers,
.ProfileTweet-actionCount,
.ProfileHeaderCard-joinDateText {
opacity: 0.333;
}
.tweet-stats-container {
opacity: 0.5;
}
.ProfileTweet--high .ProfileTweet-text {
font-size: 16px ;
font-weight: 400 ;
line-height: 22px ;
}
.highline {
font-family: 'Helvetica' !important;
}
.permalink .cards-media-container {
display: block ;
}
.cards-media-container,
.expand-action-wrapper,
.Footer,
.js-wtf-module,
.moments ,
.moments.js-moments-tab,
.ProfilePhotoRail,
.ProfileWTFAndTrends,
.promoted-tweet,
.ScrollBump,
.trends,
.tweet-actions,
.WhoToFollow,
.wtf-module,
.wtf-module,
div.card2.js-media-container {
display: none !important;
}
.tweet:hover .tweet-actions {
display: inline ;
}
.vellip,
.vellip::before,
.vellip::after,
.conversation-module > li::after,
.conversation-module > li::before {
background-color: #eeeeee ;
}
body {
background-color: #777777;
background-image: none ;
}
.DashboardProfileCard-statList,
.js-mini-profile-stats,
.js-tweet-stats-container,
.ProfileNav-item--following,
.ProfileNav-item--followers,
.ProfileTweet-actionCount,
.ProfileHeaderCard-joinDateText {
visibility: hidden;
}
.permalink .cards-media-container {
display: block !important;
}
.tweet:hover .tweet-actions {
display: inline !important;
}
.vellip,
.vellip::before,
.vellip::after,
.conversation-module > li::after,
.conversation-module > li::before {
background-color: #eeeeee !important;
}
.ProfileTweet--high .ProfileTweet-text {
font-size: 16px !important;
font-weight: 400 !important;
line-height: 22px !important;
}
@maxfenton
Copy link
Author

Blocks images, which some people may not want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment