Google Restore Underline

Restores underlining to Google title results.

< 脚本Google Restore Underline的反馈

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

§
发表于:2018-09-28

Google Restore Underline

Hello, drhouse.

Is there maybe a chance that you could Please update this script?

It just stopped working recently... :-(

§
发表于:2018-09-28
编辑于:2018-09-28

Although not exactly the same, you can try this style/script: https://gf.qytechs.cn/en/scripts/18510-google-card-style-ui

§
发表于:2018-09-29

Hello, Azazello.

Thank you for repliyng to me, but that is not what I am looking for.

drhouse作者
§
发表于:2018-09-30

@"Dino B." said: Is there maybe a chance that you could Please update this script?

Hi, I took a look and updated the script so it's working again, cheers.

§
发表于:2018-10-05

Hello, drhouse.

Thank You soo much for an update!!!!! :smile: :) :) :)

All the best.

§
发表于:2018-10-05

@drhouse said:

Hi, I took a look and updated the script so it's working again, cheers.

I decided to use this myself. :smiley: Thanks @drhouse!

§
发表于:2018-10-06

I also have one old script that sometimes work and sometimes it just stops working, but then one day it starts working again, really weird.

Here it is:

// ==UserScript== // @name Google links old style

// @include http://www.google./ // @include http://www.google./?* // @include http://www.google./# // @include http://www.google./search // @include http://www.google./webhp // @include https://www.google./ // @include https://www.google./?* // @include https://www.google./# // @include https://www.google./search // @include https://www.google./webhp // @include https://encrypted.google./ // @include https://encrypted.google./?* // @include https://encrypted.google./# // @include https://encrypted.google./search // @include https://encrypted.google./webhp

// @grant GM_addStyle

// ==/UserScript== +function(){ var links = '#res h3.r a'; var items = 'li.g'; var s = document.createElement('style'); s.textContent = links+'{text-decoration:underline!important;font-size:16px!important;}'+items+'{margin-bottom:12px;!important}'; document.head.appendChild(s); }();

发表回复

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

QingJ © 2025

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