Google Search restore URLs (undo breadcrumbs)

Brings back the full URLs in results.

< 脚本Google Search restore URLs (undo breadcrumbs)的反馈

评价:好评 - 脚本运行良好

§
发表于:2020-01-29
编辑于:2020-02-05

Tiny fix for multilingual support

First: Thanks for the wonderful script. Works as intended. Just a few results are misbehaving ("Translate this site" > "Diese Seite übersetzen"), because Google fixes the max width of the results to 632px. So if URLs are too long, "Translate this site" and the arrow for the cached result are wrapping one line down.

I fixed it myself by inserting:

#cnt #center_col { width: 900px } .mw #rhs { margin-left: 1075px }

after

.url-restore-userscript-HOVER .url-restore-userscript-dropdownArrow { position: absolute; }

max-content (for my fix) breaks things like videos, images, etc. displayed by the results itself, so it has to be a value, fitting for most displays and don't wrap.

Maybe you can verify it's good and include it? :)

Thanks again for your script.

P.S.: I don't know, if the fix is needed for Chrome too. I use Firefox (latest stable).

Edit: Changed width to 900px, because mouseover expands and wrapping again was once a thing. Edit2: Live answers got into the results. Fixed. Edit3: margin-left fixed to 1075px. Some results were still colliding.

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址