// @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");
}
*/
}
}
嘛怎么描述呢因为手机有的没root有的不是安卓所以想要个不用脚本以及软件的方案呢,比如先前用的 www.waaao.com这个网址一样,搜索结果里边不带重定向的
----发送自 LGE Nexus 4,Android 4.3 原来我不是一个人?今天包括google.com/ncr甚至gogle.com.hk等各种google主页都403上不去了 i.c. 发表于 2013-12-13 21:56
原来我不是一个人?今天包括google.com/ncr甚至gogle.com.hk等各种google主页都403上不去了 ...
你要换美帝的smarthosts。。
奇怪的是我用https上油土鳖主页都打不开了。。
页:
[1]