A new userstyle
Google搜索引擎,一些修改优化 by hanshou101
Details
Authorhanshou101
LicenseNo License
Categoryperson
Created
Updated
Size510 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.google.com - 2023/8/22 04:08:23
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search") {
#gsr > div.h2Nkyc > div > div {
/* 让【网页快照】显示的更加完全。 */
width: unset !important;
}
}
@-moz-document regexp("(.*\.)?google\.com.*") {
a:visited {
color: orange !important;
/* font-weight: bold; */
}
}