Greasy Fork

来自缓存

Greasy Fork is available in English.

bilibili 选集样式

搭配 http://greasyfork.icu/zh-CN/scripts/447638 使用,优化 bilibili 选集时间显示

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name bilibili 选集样式
@namespace leizingyiu.net
@version 2022.09.02
@description:en An user stylesheet to replace all fonts on web pages with Adobe-branded fonts, brings you a more unified and beautiful visual style.
@description 搭配 http://greasyfork.icu/zh-CN/scripts/447638 使用,优化 bilibili 选集时间显示
@author leizingyiu <leizingyiu.net>
@homepageURL https://www.leizingyiu.net
@supportURL https://www.leizingyiu.net
@license GNU AGPLv3 
@preprocessor default
==/UserStyle== */
@-moz-document domain("bilibili.com") {

	.multi-page .cur-list .list-box li .part {
		display: inline-block !important;
		overflow: unset !important;
		text-overflow: unset !important;
		flex-shrink: 1 !important;
		height: auto !important;
		white-space: break-spaces !important;
		line-height: 1.1em !important;
	}

	.multi-page .cur-list .list-box li {
		height: auto !important;
	}

	.multi-page .cur-list .list-box li a * {
		place-self: flex-start !important;
		line-height: 1.2em !important;
		padding: 0.2em 0 !important;
	}

	.base-video-sections .video-section-list .video-episode-card__info-title {
		overflow: unset !important;
		white-space: normal !important;
		padding: 0.2em 0 !important;
	}
	
	.video-episode-card__info-title {
		height: fit-content!important;
		max-height: fit-content!important;
	}

	.base-video-sections .video-section-list .video-episode-card__info {
		height: auto !important;
	}

	.base-video-sections .video-section-list .video-episode-card {
		height: auto !important;
	}

	.base-video-sections .video-section-list[style] {
		height: auto!important;
	}
	.base-video-sections .video-section-list[style="height: 0px;"] {
		height: 0!important;
	}



	.next-button .txt {
		word-break: keep-all;
	}
}