文章关键字 ‘FireFox’

个人常用Firefox插件及下载地址

2009年03月17日,星期二

个人常用Firefox插件及下载地址:

由于试用Firefox 3.1 beta3及在Ubuntu 8.10上面使用Firefox.

又去下载一遍常用插件,因此把所有下载链接整理备份下来:

Adblock plus 过滤广告

all-in-One Sidebar 侧边栏。

Easy DragToGo 鼠标拖拽很方便

FaviconizeTab 缩小标签页标题宽度

Firebug 调试js

Flashblock 屏蔽flash

FlashGot 关联下载工具。

Live HTTP Headers 查看htpp请求和应答的头信息

Modify Headers 添加或修改http请求的头信息

NoScript 默认禁用javascript

PhProxy – InBasic 基于web的代理

Tab Mix Lite CE 方便双击关闭标签,默认标签打开。

wmlbrowser 浏览wap网站的wml页面。

YSlow yahoo的页面优化参考评分。
Adblock plus下载来源:

http://adblockplus.org/en/installation

https://addons.mozilla.org/zh-CN/firefox/addon/1865

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/1865

中文网站广告的过滤规则订阅地址是:

http://adblock-chinalist.googlecode.com/svn/trunk/adblock.txt

all-in-One Sidebar下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/1027

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/1027
Easy DragToGo下载来源:

https://addons.mozilla.org/ko/firefox/addon/6639?lang=zh-CN

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/6639
FaviconizeTab下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/3780

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/3780

Firebug下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/1843

http://getfirebug.com/

目前适合Firefox 3.1 的Firebug下载地址:

http://getfirebug.com/releases/firebug/1.4/

http://getfirebug.com/releases/firebug/1.4/firebug-1.4.0a12.xpi

Flashblock下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/433

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/433

FlashGot下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/220

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/220

Live HTTP Headers下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/3829

暂不支持Firefox 3.1。

Modify Headers下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/967
下载地址为: https://addons.mozilla.org/zh-CN/firefox/downloads/latest/967/addon-967-latest.xpi

NoScript下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/722

下载地址:https://addons.mozilla.org/zh-CN/firefox/downloads/latest/722

PhProxy – InBasic下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/3239

https://addons.mozilla.org/zh-CN/firefox/downloads/latest/3239

Tab Mix Lite CE下载来源:

http://addons.sociz.com/firefox/54/

下载地址:http://ftp.mozine.cn/addons/extensions/tab_mix_lite_ce/tab_mix_lite_ce-3.0.3-fx.xpi

wmlbrowser下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/62

下载地址为: https://addons.mozilla.org/zh-CN/firefox/downloads/latest/62/addon-62-latest.xpi

YSlow下载来源:

https://addons.mozilla.org/zh-CN/firefox/addon/5369

暂不支持Firefox 3.5。

Tags: ,

将wml转换成html的方法。

2008年09月7日,星期日

Opera是直接支持wml的,但是有不少bug。

Firefox需要插件wmlbrowser来进行转换。

IE没法直接支持wml显示,但是有个在线转换的工具,通过中间代理的方式来获取内容,再通过js进行转换,效果一般。

今天在查看httpunit相关资料的时候,发现可以通过wmlbrowser的源代码,将wml转换成html,再借助httpunit的html支持,

来实现对wml的支持,因此实现针对wap网站的测试。

简单体验了一下,

首先下载,http://ftp.osuosl.org/pub/mozdev/wmlbrowser/wmlbrowser-0.7.18.xpi

解压找到 wmlbrowser.jar,在从wmlbrowser.jar\content\wmlbrowser中提取wml.css,.js,.xsl三个文件。

写一个测试的wml,取名为test.xml

再第一行后面加上:
< ?xml-stylesheet href=’wml.’ type=’text/’ ? >

编辑 wml.xsl,将
<script type=”text/javascript” src=”chrome://wmlbrowser/content/wml.js”>// hack</script>
<link href=”chrome://wmlbrowser/content/wml.css” rel=”stylesheet” type=”text/css” />

改成
<script type=”text/javascript” src=”wml.js”>// hack</script>
<link href=”wml.css” rel=”stylesheet” type=”text/css” />

然后保存。

用ie打开test.xml,可以看到wml被正常转换成html了。

由于wml.xsl,wml,js,wml.css是各浏览器通用的,因此照此思路,可以基于ie做一个同样的wmlbrowser插件。

相关参考:

http://www.nabble.com/WML-support-for-httpunit-td9558351.html

Tags: , , , ,

深圳电信的http://219.133.33.37/update/step1.aspx?p

2007年12月15日,星期六

深圳电信对 ADSL上网的 劫持很过分,用firefox打开网页,每天晚上上一会儿网,就几乎几十次的出现这玩意,

总要去打开 的东西,无语!!!

类似情况可参考:

http://www.williamlong.info/archives/1116.html

[code]

<>
<head>
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-store,no-cache,must-revalidate,post-check=0,pre-check=0,max-age=0"/>
<meta http-equiv="expires" content="-1"/>
<meta http-equiv="refresh" content="2"/>
</head>
<body>
<iframe src="about:blank" width="0" height="0" frameborder="0" style="display:none"></iframe>
<script language="javascript">
window.frames[0].location = "http://219.133.33.37/update/step1.aspx?p=" +
"sz10000@163.gd|" +
Math.floor((new Date()).getTime()/1000) + "|" +
navigator.appMinorVersion + "|" +
screen.availHeight + "|" +
screen.availWidth + "|" +
screen.colorDepth + "|" +
screen.height + "|" +
screen.width;
</script>
</body>
</html>

[/code]

拼出来的url 为: http://219.133.33.37/update/step1.aspx?p=sz10000@163.gd|1197733344|;SP2;|994|1280|32|1024|1280

不过被 Firefox的 noScript被挡掉了.

Tags: , , ,