只用小红书搜索

使用小红书网页版作为搜索引擎,隐藏主页的时间线,搜索框页面居中。RAASE™ (Rednote as a Search Engine)

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==UserStyle==
@name         只用小红书搜索
@namespace     https://maxchang.me
@version         0.0.3
@description    使用小红书网页版作为搜索引擎,隐藏主页的时间线,搜索框页面居中。RAASE™ (Rednote as a Search Engine)
@author        Max Chang
@license      MIT
==/UserStyle== */
@-moz-document regexp("^https://www\\.xiaohongshu\\.com/explore(?:\\?.*)?$") {
	#mfContainer {
		display: none;
	}
	.mask-paper {
		background: none!important;
		backdrop-filter: none!important;
		min-height: 100vh;
	}
	.input-box {
		top: 35%;
		left: 55% !important;
	}
	.side-bar {
		    z-index: 999;
	}
	@media screen and (max-width: 695px) {
		.input-box {
			width: 80% !important;
			padding: 0 84px 0 16px !important;
		}
		.min-width-search-icon {
			display: none !important
		}
		.input-button {
			opacity: 1 !important;
		}
	}
}