Skip to content

Instantly share code, notes, and snippets.

@toshi3221
Last active July 25, 2019 00:21
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 toshi3221/7988191 to your computer and use it in GitHub Desktop.
Save toshi3221/7988191 to your computer and use it in GitHub Desktop.
Stylish拡張機能用twitterカスタマイズCSS。ドメインURLをtwitter.comにしてとりこむ
#nav-link-prime,
.nav-prime-1 .nav-logo-tagline,
.nav-right #nav-swmslot,
#PrimeMusicAdoptionUpsell,
#PrimePhotos,
.adcenterRowWrapper,
.billboardRowWrapper,
.displayAd, .issuance-banner,
.nav-link[href*='Prime'], .nav-link[href*='dmusic'], a[href*='prime'], a[href*='AC-student'],
input[value='exp-jp-timed'], input[value='scheduled-delivery-jp'],
#prime_outer_div, #PrimeStripe, #PrimeStripeContent,
#gw-desktop-herotator, #gw-hud,
#sidebar-top, #sidebar-bottom,
#ape_Detail_dp-ads-center-promo_Desktop_placement, #ape_Detail_ad-endcap-1_Glance_placement
{
display: none !important;
pointer-events : none !important;
}
.a-fixed-right-grid-inner
{
padding: 0 !important;
}
#gw-content-grid-top div {
background: none;
}
#main-content-bottom {
background: white;
}
._2yq #u_0_4e,
#u_0_5 ._k
{
display: none !important;
}
h1.Icon,
.media .is-preview,
.wtf-module,
.trends,
.Footer,
.promoted-tweet,
.more-tweet-actions,
.account-summary .metadata,
#timeline .content-header h2,
.topics,
.profile,
.expanded-content,
.topbar-tweet-btn,
.multi-photos,
.BannersContainer,
.content .card2,
.OldMedia,
.content .AdaptiveMedia,
.has-recap,
.stream-item.separated-module.WtfLargeCarouselStreamItem,
.stream-item.separated-module.WtfCompactCarouselStreamItem,
[data-testid='sidebarColumn']
{
display:none !important;
}
.stream-item+.stream-item.separated-module.has-recap:not(.no-header-background-module)
{
border-top: 0;
}
.has-recap.stream-item.separated-module+.stream-item
{
border-radius: 0;
}
.r-1ye8kvj,
.r-rthrr5 {
max-width: 100%;
width: 100%;
padding-right: 20px;
}
.opened-tweet .multi-photos,
.opened-tweet .media .is-preview,
.opened-tweet .expanded-content,
.opened-tweet .content .card2,
.opened-tweet .OldMedia,
.opened-tweet .content .AdaptiveMedia
{
display:block !important;
}
.content-header .header-inner {
min-height: 0px;
padding: 3px;
}
.wrapper.white {
background: transparent;
}
.wrapper {
width: 890px;
padding-left: 6px;
padding-right: 6px;
}
.content-main {
width: 876px;
margin-top: -1px;
float: left;
}
.dashboard {
display: none;
width: 200px;
margin-left: 5px;
float: right;
}
.enhanced-mini-profile .dashboard .profile-header-inner-overlay {
top: 15px;
}
.enhanced-mini-profile .mini-profile .profile-summary {
padding: 0;
}
.enhanced-mini-profile .mini-profile .profile-summary .content {
margin: 12px 0 12px 0;
}
.DashboardProfileCard-tweetbox {
width: 234px;
}
.DashboardProfileCard-userFields {
width: 110px;
}
.conversation-module>li:after,
.conversation-module>li:before,
.vellip {
left: 26px;
}
.ThreadedConversation-tweet:not(.is-hiddenAncestor) ~ .ThreadedConversation-tweet:before, .ThreadedConversation-tweet:after, .ThreadedConversation-viewOther:before, .ThreadedConversation-unavailableTweet:before, .ThreadedConversation-unavailableTweet:after, .ThreadedConversation-viewOther:before, .ThreadedConversation--permalinkTweetWithAncestors:before {
left: 52px;
}
img.avatar, .conversation-module .conversation-tweet-item .stream-item-header img.avatar {
width: 32px;
height: 32px;
}
.permalink-tweet .permalink-header .avatar {
margin-top: 8px;
}
.stream-item-header .avatar, .permalink-header .avatar,
.conversation-module .conversation-tweet-item .stream-item-header .avatar {
margin-left: -42px;
}
.stream-item .content, .permalink-header .content, .permalink-tweet .content,
.conversation-module .conversation-tweet-item .tweet .content {
margin-left: 42px;
}
@media screen and (min-width: 1236px) {
body.three-col .wrapper {
width: 1190px;
}
body.three-col .content-main {
width: 1176px;
margin-top: -1px;
float: left;
margin: -1px 0 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment