去掉按翻页键、空格键时出现的蓝色方框
知乎网站 by lance
Details
Authorlance
LicenseNo License
Categorywww.zhihu.com
Created
Updated
Size372 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 知乎网站
@version 20231107.10.38
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.zhihu.com/") {
/*去掉按翻页键、空格键时出现的蓝色方框*/
/*html[data-focus-visible] */
.QuestionAnswer-content:focus,
.TopstoryItem,
.List-item
{
/*box-shadow: none;*/
box-shadow: none !important;
}
}