Skip to content

Instantly share code, notes, and snippets.

@bigandy
Last active October 20, 2017 09:19
Show Gist options
  • Save bigandy/a23cb7c37b44158becf8fcaea863e665 to your computer and use it in GitHub Desktop.
Save bigandy/a23cb7c37b44158becf8fcaea863e665 to your computer and use it in GitHub Desktop.
Twitter Stylish
.ProfileCardStats,
.ProfileSidebar--withRightAlignment,
.ProfileNav-value,
.notifications,
.js-moments-tab,
.dashboard-right,
.Trends,
.wtf-module.has-content,
.top-timeline-tweetbox [data-you-follow="false"] {
display: none;
}
/*.PermalinkOverlay-modal [data-you-follow="false"] {
display: block;
}*/
.DashboardProfileCard-content {
padding-bottom: 10px;
}
.stream-item .AdaptiveMedia,
.stream-item .QuoteTweet,
.stream-item .js-media-container {
/* opacity: 0.75;
filter: grayscale(1) blur(5px); */
display: none;
}
/*.stream-item .AdaptiveMedia:hover,
.stream-item .QuoteTweet:hover,
.stream-item .js-media-container:hover {
filter: grayscale(0.25) blur(0);
}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment