ニコニコ動画 検索結果 6列表示

ニコニコ動画の検索結果を6列表示化

2019/12/06のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==UserStyle==
@name             ニコニコ動画 検索結果 6列表示
@name:ja         ニコニコ動画 検索結果 6列表示
@namespace     https://greatest.deepsurf.us/users/412974
@version           1.0.0
@description      ニコニコ動画の検索結果を6列表示化
@description:ja  ニコニコ動画の検索結果を6列表示化
@author            Resubew
@license            CC BY-SA 4.0
==/UserStyle== */

/* ���挟�����ʂ�3/6��\�� */
@-moz-document url-prefix("http://www.nicovideo.jp/search/"),
               url-prefix("http://www.nicovideo.jp/tag/"),
               url-prefix("http://www.nicovideo.jp/newarrival"),
               url-prefix("http://www.nicovideo.jp/recent"),
               url-prefix("http://www.nicovideo.jp/hotlist") {
  .content_312 {
    display: none !important;
  }

  .content_672 {
    width: auto !important;
  }

  .content_672 > div {
    width: auto !important;
    padding: 0 4px !important;
  }

  .content_672 > div > div {
    display: inline !important;
  }

  /* �y�[�W���[ */
  .content_672 > table,
  .content_672 > div[style*="0pt 0pt 16px"],  /* �V�����e�A�V���R�����g */
  .content_672 > div.mb16p4 {                 /* �z�b�g���X�g */
    display: block !important;
    width: 100% !important;
    clear: both !important;
  }

  .thumb_col_1 {
    width: auto !important;
  }

  .thumb_col_2 {
    width: 318px !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: top !important;
  }

  .thumb_col_4 {
    width: 156px !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: top !important;
    padding: 4px 1px !important;
  }
}

/* �^�O�����̃j�R�j�L���A�É���\��(���h) */
@-moz-document url-prefix("http://www.nicovideo.jp/tag/") {
  #nicoads,
  .TagkeyArticleBox,

  /* �� */
  .content_672 > div[style*="width:624px;"] ~ p.font12,
  .content_672 > div[style*="width: 624px;"] ~ p.font12,
  .content_672 > div[style*="width:624px;"] ~ div[id^="item"],
  .content_672 > div[style*="width: 624px;"] ~ div[id^="item"] {
    display: none !important;
  }
}

/* �L�[���[�h�����̃^�C���V�t�g���\��(���h) */
@-moz-document url-prefix("http://www.nicovideo.jp/search/") {
  .content_672 > p[style*="padding: 4px;"],
  .content_672 > p[style*="padding:4px;"],
  .content_672 > table[style*="margin: 0 0 8px;"],
  .content_672 > table[style*="margin:0 0 8px;"] {
    display: none !important;
  }
}