Google Restore Underline

Restores underlining to Google title results.

  1. // ==UserScript==
  2. // @name Google Restore Underline
  3. // @namespace GRU
  4. // @description Restores underlining to Google title results.
  5. // @version 124
  6. // @run-at document-ready
  7. // @include http://www.google.*/*
  8. // @include https://www.google.*/*
  9. // @include https://123movies.gsx/*
  10. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  11. // @author drhouse
  12. // @icon https://cdn1.iconfinder.com/data/icons/company-identity/100/new-google-favicon-128.png
  13. // ==/UserScript==
  14.  
  15. $(document).ready(function () {
  16.  
  17. $('#res h3, #botstuff h3').css('text-decoration','underline');
  18. });

QingJ © 2025

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