Google Direct URL

Direct URL to search result links.

目前为 2014-11-25 提交的版本。查看 最新版本

// ==UserScript==
// @name         Google Direct URL
// @version      0.2
// @description  Direct URL to search result links.
// @author       [email protected]
// @namespace    https://gf.qytechs.cn/en/users/6473-ekin
// @include      /^https?://www\.google\.[a-z]+/[webhp|search]+/
// @grant        none
// @require		 https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
// ==/UserScript==

jQuery(document).ready(function() {
    
    setInterval(function() {
        jQuery("h3.r a").each(function() {
            jQuery(this).removeAttr("onmousedown");
        });
    }, 500);
    
});

QingJ © 2025

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