Skip to content

让Google搜索下一页按钮看起来舒服一些 by franklinyu

Screenshot of 让Google搜索下一页按钮看起来舒服一些

Details

Authorfranklinyu

LicenseCC0-1.0

Categorygoogle

Created

Updated

Size431 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

中文环境Google搜索,下一页按钮会出现样式错误的问题,这看起来很难受,所以该样式表修复了它。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name 修复Google搜索下一页按钮
@namespace https://github.com/FranklinYu
@version 0.1.0
@description 让Google搜索下一页按钮看起来舒服一些
@author Franklin Yu
@license CC0-1.0
==/UserStyle== */

/* see https://likang.dev/posts/google-search-bug/ */

@-moz-document domain("google.com") {
	[role="navigation"] td:last-of-type a {
		display: flex;
		flex-direction: column;
	}
}

Reviews

No reviews yet.