Greasy Fork 支持简体中文。

DeepSeek展开页面

展开DeepSeek的页面以方便直接截长图

/* ==UserStyle==
@name:en DeepSeek expands the page
@name DeepSeek展开页面
@namespace http://www.mapaler.com/
@version 0.1
@description:en Expand the page of DeepSeek to facilitate direct long screenshot
@description 展开DeepSeek的页面以方便直接截长图
@author 枫谷剑仙 <[email protected]>
@license MIT
==/UserStyle== */

@-moz-document domain("chat.deepseek.com") {
#root>div {
	position: relative;
}
#root>div>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-of-type(2)>div {
	position: relative;
	& div {
		height: auto;
		& div:nth-of-type(3) {
			position: relative;
		}
	}
}
}