您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
ニコニコ動画の検索結果を6列表示化
当前为
- /* ==UserStyle==
- @name ニコニコ動画 検索結果 6列表示
- @name:ja ニコニコ動画 検索結果 6列表示
- @namespace https://greasyfork.org/users/412974
- @version 3.0.0
- @description ニコニコ動画の検索結果を6列表示化
- @description:ja ニコニコ動画の検索結果を6列表示化
- @author Resubew
- @license CC BY-SA 4.0
- ==/UserStyle== */
- /* tagCaption */
- @-moz-document url-prefix("https://www.nicovideo.jp/tag/") {
- .tagCaption .inner > .contentHeader { float: left !important; }
- .tagCaption .contentHeader h1 { width: auto !important; }
- .tagCaption .contentHeader { margin-right: 10px !important; }
- .tagCaption .contentBody { padding-top: 1px !important; }
- .tagCaption .share,
- .tagCaption .inner > .contentBody .itemDescription {
- display: none !important;
- }
- }
- /* 可変レイアウト */
- @-moz-document url-prefix("https://www.nicovideo.jp/search/"),
- url-prefix("https://www.nicovideo.jp/tag/") {
- .inner,
- .column700-300 .main,
- .video {
- width: 100% !important;
- max-width: 1024px !important;
- min-width: auto !important;
- }
- .video .item {
- display: inline-block !important;
- float: none !important;
- vertical-align: top !important;
- }
- }
- /* 動画検索結果を3/6列表示 */
- @-moz-document url-prefix("https://www.nicovideo.jp/search/"),
- url-prefix("https://www.nicovideo.jp/tag/") {
- .billboard_ad, .video .item.nicoadVideoItem { display: none !important; }
- .content.videoBox.teibanVideos, .TagkeyArticleBox { display: none !important; }
- .columnChange li.two { display: block !important; }
- .columnChange { padding-right: 8px !important; }
- .columnChange.open, .columnChange.close { background-image: none !important; }
- .columnChange .open, .columnChange .close { display: none !important; }
- .column700-300 .sub {
- display: none !important;
- }
- .column700-300 .main {
- padding-right: 4px !important;
- }
- .video .item:nth-child(4n+1) {
- clear: none !important;
- }
- .video .item {
- margin-right: 5px !important;
- }
- .video.videoList02 .item:nth-child(2n+1) {
- clear: none !important;
- }
- .video.videoList02 .item {
- margin-right: -1px !important;
- }
- }
- @-moz-document url-prefix("https://www.nicovideo.jp/newarrival"),
- url-prefix("https://www.nicovideo.jp/recent"),
- url-prefix("https://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;
- }
- /* ページャー */
- .content_672 > table,
- .content_672 > div[style*="0pt 0pt 16px"], /* 新着投稿、新着コメント */
- .content_672 > div.mb16p4 { /* ホットリスト */
- 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;
- }
- }
- /* コミュニティの検索結果を3列表示 */
- @-moz-document url-prefix("https://com.nicovideo.jp/search/") {
- #side0727 {
- display: none !important;
- }
- #main0727 {
- float: none !important;
- width: auto !important;
- }
- #main0727 > div[style="margin-left:36px;"],
- #main0727 > div[style="margin-left: 36px;"] {
- margin-left: -6px !important;
- }
- }