ユーザーcss(Twitter、Pixiv用)

自分用のメモです。
ChromeのStylusというエクステンションで有効にします。

Twitter用(主にDMの幅とか)

ドメイン上のURL:twitter.com
 .DMTypingIndicator {
      position: fixed;
      margin: -27px 0px -20px 0px;
  }
  .DMTypingIndicator .DMAvatar-image {
      width: 17px !important;
      height: 17px !important;
  }
  .DMTypingIndicator .DMAvatar {
      border-radius: 0;
      width: 50%;
  }
  .DMTypingIndicator-messageBubble {
      position: relative;
      padding: -10px;
      margin: -40px 0px -80px 80px;
      bottom: 10px;
  }
  .TypingIndicatorMessageBubble-dotContainer {
      padding: 3px 10px;
  }
  .modal-overlay {
      background: rgba(41, 47, 51, 0.2) !important;
  }
  #dm_dialog-dialog,
  .DMActivity {
      width: 100% !important;
      max-width: 800px !important;
      position: fixed !important;
      bottom: 0px;
      right: 0px;
  }
  @media (max-width:800px) {
      .dashboard-left {
          display: none;
      }
      #timeline {
          position: absolute !important;
          top: 0;
          left: 0;
          max-width: 100%;
      }
  }

Pixiv用(広告非表示)

ドメイン上のURL: pixiv.net
#header-banner,
.target-page-modal-banner,
.ad-printservice,
.ads_area,
.column-options,
.left-premium-menu,
.sprites-premium,
.sprites-premium+.icon-text,
.header-event,
.header-factory,
.header-books,
.link-item strong,
.history-orange,
.sketch-item,
.ad-footer,
.worksImageresponse,
.footer {
    display: none !important;
}

DMM.com(広告非表示)

ドメイン上のURL: dmm.com
ちょっと表示おかしくなる部分もあるのでご注意
#html_contents,
#serial,
#ntg-recommend,
.area-naviapp,
#faq_banner,
#foot {
    display: none !important;
}
iframe {
    height: 600px !important;
}
#main-ntg {
height:800px;
}
#game_frame {
	position:fixed;
    left:30px;
}