您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
ニコニコ動画の検索結果を6列表示化
当前为
/* ==UserStyle== @name ニコニコ動画 検索結果 6列表示 @name:ja ニコニコ動画 検索結果 6列表示 @namespace https://greasyfork.org/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; } }