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

[软件] 请问火狐有没有这样一个插件?

[复制链接]
发表于 2011-10-9 10:28 | 显示全部楼层 |阅读模式
google等搜索引擎搜出出网页,你在google的页面点打开的时候,google会把那个网页先转一下,才会打开你需要访问的页面。
比如这样:
  1. http://www.google.com.hk/url?sa=t&source=web&cd=3&ved=0CEAQrAIoADAC&url=http%3A%2F%2Fwww.backupcentral.com%2FphpBB2%2Ftwo-way-mirrors-of-external-mailing-lists-3%2Fsymantec-netbackup-18%2Fstk-sl3000-nbu-6-5-3-96617%2F&rct=j&q=unable%20%20to%20determine%20robot%20type%20drive%20is%20standalone%20or%20in%20unknown%20robot&ei=fP6QTvnNG4rkrAfOuIS7AQ&usg=AFQjCNFBBlTewDFJoOytbxV7zRMFwv6enw&cad=rja
复制代码
但由于众所周知的原因,由于google的这么一转,很多本来能打开的页面就打不开了。
火狐有无什么插件可以得到那个网页真正的地址,而不是google转过的地址?

谢谢指点。
回复

使用道具 举报

     
发表于 2011-10-9 10:35 | 显示全部楼层
搜索页面右上角的齿轮 关闭网络历史记录
回复

使用道具 举报

     
发表于 2011-10-9 10:37 | 显示全部楼层
自己进的google确实会,firefox自带的google搜索不会,应该是因为加了额外的参数

看看这个好了
http://www.guao.hk/posts/how-to- ... erp-redirecors.html
回复

使用道具 举报

     
发表于 2011-10-9 11:13 | 显示全部楼层
没有这样的插件
可能有这样的扩展,不过我没见过

这个跳转链接仅在你使用Firefox且登录了Google账户的情况下出现,试试这个
// ==UserScript==
// @name           Google click-tracking disabler
// @namespace      codebad.com
// @description    Google monitors which search results you click -- protect your privacy!
// @include        http://www.google.com/search*
// ==/UserScript==

// A test for whether or not an object is a DOM node that can contain other DOM nodes
var domlist = document.body.childNodes.constructor;
function fertile(o) { return (o.childNodes || false) && (o.constructor == domlist); }

// A simple string test we'll be using
if (String.prototype.beginsWith) {
    console.warn('googleclicktrackingdisab.user.js warning: String.prototype.beginsWith() has already been defined');
} else {
    String.prototype.beginsWith = function(s) {return this.slice(0, s.length) == s; }
}

Array.prototype.forEach.call(document.getElementsByTagName('a'), function(el) {
    var s = el.getAttribute('onmousedown');
    if (('string' == typeof s) && (s.beginsWith('return rwt(this,')))
        el.removeAttribute('onmousedown');
});
回复

使用道具 举报

 楼主| 发表于 2011-10-9 11:21 | 显示全部楼层
多谢三位指点。

shinzero说的果然不错,用火狐自带的那个右上角的google框搜索就不存在这问题了。
原来这问题可以如此简单的解决。
回复

使用道具 举报

头像被屏蔽
     
发表于 2011-10-9 11:34 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

头像被屏蔽
发表于 2011-10-9 11:59 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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