找回密码
 立即注册
搜索
查看: 1695|回复: 6

[网络] 求好用的不带转向链接的google搜索

[复制链接]
头像被屏蔽
     
发表于 2013-12-13 21:26 | 显示全部楼层 |阅读模式
提示: 该帖被管理员或版主屏蔽
回复

使用道具 举报

     
发表于 2013-12-13 21:33 | 显示全部楼层
手机用fqrouter2
回复

使用道具 举报

头像被屏蔽
     
发表于 2013-12-13 21:38 | 显示全部楼层
提示: 该帖被管理员或版主屏蔽
回复

使用道具 举报

     
发表于 2013-12-13 21:43 | 显示全部楼层
使用脚本即可
  1. // ==UserScript==
  2. // [url=home.php?mod=space&uid=103359]@Name[/url]        google 直连
  3. // @namespace   http://dhost.info/tumuyan
  4. // @include     *google*
  5. // @version     1
  6. // [url=home.php?mod=space&uid=155015]@grant[/url]       none
  7. // ==/UserScript==

  8. var url = window.location.href.toLowerCase();
  9. //alert(url);
  10. if (url.indexOf("www.google.com.hk") >= 0 || url.indexOf("www.google.com") >= 0 || url.indexOf("/search") >= 0)
  11. {
  12.     var all = document.querySelectorAll("*");
  13.     for (var i = 0; i < all.length; i ++)
  14.     {
  15.         all[i].onmousedown = null;
  16.                 all[i].setAttribute("onmousedown", " ");
  17.                 /*
  18.                 all[i].onmousedown = function(){
  19.                         alert("nowamagic");       
  20.                 }
  21.                 */
  22.     }
  23. }
复制代码
回复

使用道具 举报

     
 楼主| 发表于 2013-12-13 21:44 来自手机 | 显示全部楼层
嘛怎么描述呢因为手机有的没root有的不是安卓所以想要个不用脚本以及软件的方案呢,比如先前用的 www.waaao.com这个网址一样,搜索结果里边不带重定向的

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

使用道具 举报

发表于 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上油土鳖主页都打不开了。。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|上海互联网违法和不良信息举报中心|网上有害信息举报专区|962110 反电信诈骗|举报电话 021-62035905|Stage1st ( 沪ICP备13020230号-1|沪公网安备 31010702007642号 )

GMT+8, 2025-9-8 16:10 , Processed in 0.076904 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表