Google Restore Underline

Restores underlining to Google title results.

目前為 2015-04-21 提交的版本,檢視 最新版本

// ==UserScript==
// @name Google Restore Underline
// @namespace GRU
// @description Restores underlining to Google title results.
// @version 122.13.13.0145
// @run-at  document-ready
// @include http://www.google.*/*
// @include https://www.google.*/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @author drhouse
// ==/UserScript==

$(document).ready(function () {
    
    $('#res a').css('text-decoration','underline');
    
});

QingJ © 2025

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