F9y4ng / GreasyFork-Scripts

The open source code of this project is used for userscripts (油猴脚本) for desktop browsers, including Font Rendering (Customized) (字体渲染(自用脚本)- Font Rendering.user.js), and Search Engine Assistant (优雅的搜索引擎助手 - Google & Baidu Switcher.user.js), etc.
https://f9y4ng.github.io/GreasyFork-Scripts/
GNU General Public License v3.0
919 stars 45 forks source link

[发现错误] In google search page #308

Closed Rnreck closed 6 months ago

Rnreck commented 6 months ago

1. 准备工作(确认预先完成的操作)

2. 描述错误信息(清楚而简洁地描述错误)

in google search page "https://www.google.com/search?q=" input some special string will occurs Ghosting image close the script will not occurs this Ghosting ,i totally sure is the script lead to Blurred font

3. 错误过程再现(请按示例填写行为步骤,直至复现您遇到的问题)

when input "内緒のいちゃらぶ ~年下少女は本音を伝えたい! jan" it will be ok and everything is clear

image

when input Lower case letters follow that ,it would be Ghosting from " ~年下少女は本音を伝えたい! janp"

"qwtyuioasdfghjklzxcbm" may occurs ,and "erpvn" may not image image image image image image image

image

IF input uppercase letters follow "内緒のいちゃらぶ ~年下少女は本音を伝えたい! jan"

"WRPKN" will occurs and other letters may not image image image image

image image ,and others string not

if input uppercase letter over three it would become normal

image image image image

4. 屏幕截图(如有屏幕截图,请添加以帮助解释您的问题)

Already added screenshots in description

5. 预期结果(清晰明了地描述您所期待想要什么样的结果)

Maybe it is fixable ?It would not occur in the vast majority of cases, and it would have minimal impact on the user experience, so even if it doesn't get fixed, I guess it doesn't matter. // I can't even think of how I triggered this bug.

6. 客户端信息(请在“冒号”后认真填写您的本地信息)

7. 脚本运行环境排查 (请确认环境条件并填写相关信息)

8. 附加信息(在此处添加您认为有用的其他信息)

F9y4ng commented 6 months ago

在 #42 中搜索www.google.com.

Rnreck commented 6 months ago

Thanks