萨兰丁 发表于 2013-12-13 21:26

FM~ 发表于 2013-12-13 21:33

手机用fqrouter2

password 发表于 2013-12-13 21:38

win8 发表于 2013-12-13 21:43

使用脚本即可// ==UserScript==
// @Name      google 直连
// @namespace   http://dhost.info/tumuyan
// @include   *google*
// @version   1
// @grant       none
// ==/UserScript==

var url = window.location.href.toLowerCase();
//alert(url);
if (url.indexOf("www.google.com.hk") >= 0 || url.indexOf("www.google.com") >= 0 || url.indexOf("/search") >= 0)
{
    var all = document.querySelectorAll("*");
    for (var i = 0; i < all.length; i ++)
    {
      all.onmousedown = null;
                all.setAttribute("onmousedown", " ");
                /*
                all.onmousedown = function(){
                        alert("nowamagic");       
                }
                */
    }
}

萨兰丁 发表于 2013-12-13 21:44

嘛怎么描述呢因为手机有的没root有的不是安卓所以想要个不用脚本以及软件的方案呢,比如先前用的 www.waaao.com这个网址一样,搜索结果里边不带重定向的

----发送自 LGE Nexus 4,Android 4.3

i.c. 发表于 2013-12-13 21:56

原来我不是一个人?今天包括google.com/ncr甚至gogle.com.hk等各种google主页都403上不去了

我的朋友 发表于 2013-12-14 09:13

i.c. 发表于 2013-12-13 21:56
原来我不是一个人?今天包括google.com/ncr甚至gogle.com.hk等各种google主页都403上不去了 ...

你要换美帝的smarthosts。。

奇怪的是我用https上油土鳖主页都打不开了。。
页: [1]
查看完整版本: 求好用的不带转向链接的google搜索