Chào mừng đến với tiện ích Firefox cho Android.
Add extra features and styles to make Firefox cho Android your own.
ĐóngĐánh giá cho Pan
93 đánh giá cho tiện ích này
Rated 5 out of 5 stars
例如使用以下规则:
*$domain=mozilla.org
预期效果是自动通过代理访问mozilla.org网页下的所有内容(包括域名不是mozilla.org的内容)。
但使用中虽然在“本页可过滤/代理的项目”界面中所有的项目均命中了*$domain=mozilla.org这条规则,但实际上只有mozilla.org域名下的连接是通过代理访问的,其他域名(如mozilla.net)下的项目是直接访问的。这个可以使用开发者工具的“网络”功能查看,若没有通过代理访问,“远程地址”一栏会显示真实的主机IP,否则会显示代理的IP。使用抓包工具也可得出相同结论。
Rated 3 out of 5 stars
I had to disable pan because pan blocks google in seamonkey private browser
Rated 1 out of 5 stars
已经很久很久没跟进了。。。。。。。。
Rated 4 out of 5 stars
不需要这个功能,在右键菜单里占用一块非常不舒服,普通的CSS隐藏也找不到这个ID,请问如何彻底去掉这个菜单?
Rated 4 out of 5 stars
52beta,pan最新版,添加自定义过滤规则不生效,且导致已订阅规则的css过滤失效,需要更新一下订阅规则,css过滤才能恢复,但是自定义过滤规则还是无效
Rated 1 out of 5 stars
Bad
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
太棒了!跟XX-Net配合得很完美!!
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
很好用
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
Having trouble with the proxy part. It doesn't help I'm dum*&&% american where we take pride inonly teaching ONE language :0( the translator (when it works) is of some help. I have a gitub, where do I get support. I LOVE YOUR WONDERFUL WORK
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
如果能像一键添加到规则组那样提供一个删除的按钮就好了
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
i want to add pac proxy like foxyproxy
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1). This user has a previous review of this add-on.Rated 5 out of 5 stars
比如说我正在使用的X-notifier插件, 上次回答说有可能是协议有关, 我特意去看了这个插件的gmail收信script, 里面主要用到getHtml, 而对应的网址就只有两个, "https://accounts.google.com"和"https://mail.google.com/mail/"
但按您上次回复的extensions.pan.proxyScheme的默认值["http","https","ftp","wss"]
那么https是有的,但是gmail收信就是超时,我把pan设成全局就能收到.
getHtml的大概是这样的
Handler.prototype.getHtml = function(aURL,aPostData,aHeaders,aMethod) {
if(aURL instanceof Array){
aPostData=aURL[1];
aHeaders=aURL[2];
aMethod=aURL[3];
aURL=aURL[0];
}
var ioService = Components.classes["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService);
var uri = ioService.newURI(aURL, null, null);
var channel = ioService.newChannelFromURI(uri);
var httpChannel = channel.QueryInterface(Ci.nsIHttpChannel);
if (aPostData||aPostData=="") {
var uploadStream = Components.classes["@mozilla.org/io/string-input-stream;1"]
.createInstance(Ci.nsIStringInputStream);
uploadStream.setData(aPostData, aPostData.length);
var uploadChannel = channel.QueryInterface(Ci.nsIUploadChannel);
uploadChannel.setUploadStream(uploadStream, "application/x-www-form-urlencoded", -1);
httpChannel.requestMethod = "POST";
}
//if(this.userAgent)httpChannel.setRequestHeader("User-Agent",this.userAgent,false);
if(aHeaders){
for(var t in aHeaders){
httpChannel.setRequestHeader(t,aHeaders[t],false);
}
}
if(aMethod)httpChannel.requestMethod=aMethod;
this.channel=channel;
channel.notificationCallbacks = this;
channel.asyncOpen(this,httpChannel);
}
Rated 4 out of 5 stars
我想试试订阅规则,但是已有的自定义规则总的没有启用,只是里面打勾与否,也会导致相关订阅规则设置一样,我就不知道如何玩耍了。
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1). This user has a previous review of this add-on.Rated 5 out of 5 stars
RT
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1). This user has 3 previous reviews of this add-on.Rated 5 out of 5 stars
希望作者可以早点把[proxy]GfwList 的订阅url 改到github ,不胜感激
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).很早就更改了,但已订阅的不会更新地址,重新订阅就好了
Rated 3 out of 5 stars
自从46.0.1更新后整个都乱了,打开界面很卡就算了,代理规则和广告规则完全混乱,例如翻墙到FB,广告规则导入代理规则导致FB页面被过滤而无法显示,无论将addons删除重装多少次都是一样的状况
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).更新扩展,删除gfwlist,重新订阅
Rated 5 out of 5 stars
开眼看世界就用这款扩展了!
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
安卓版 Firefox无法自定义规则或者同时选中两条规则,求更新。谢谢!
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Rated 5 out of 5 stars
不错,之前是用autoproxy+adb plus,现在两个和一了,而且感觉连接速度更快了,加油,谢谢cstkingkey
Đánh giá này là cho một phiên bản trước của tiện ích (2.7.1.1).Để tạo ra bộ sưu tập của riêng mình, bạn phải có một tài khoản trên Tiện ích Mozilla.