|
阅读:2622回复:4
Adblock Plus已安装后3个“OFF”开关这个是干什么的?
firefox 23.0.1安装Adblock Plus扩展后会自动跳转打开这个网站:chrome://adblockplus/content/ui/firstRun.html
说Adblock Plus已安装,但下面有3个“OFF”开关这个是干什么的?到底是开ON还是不可?为什么?和使用Adblock Plus扩展有什么直接关联吗?谢谢。 |
|
|
1楼#
发布于:2013-08-23 14:58
右键,查看源码
然后点 <script type="text/javascript" src="firstRun.js"></script> 这里的firstRun.js 里面有 // Load subscriptions for features
var featureSubscriptions = [
{
feature: "malware",
homepage: "http://malwaredomains.com/",
title: "Malware Domains",
url: "https://easylist-downloads.adblockplus.org/malwaredomains_full.txt"
},
{
feature: "social",
homepage: "https://www.fanboy.co.nz/",
title: "Fanboy's Social Blocking List",
url: "https://easylist-downloads.adblockplus.org/fanboy-social.txt"
},
{
feature: "tracking",
homepage: "https://easylist.adblockplus.org/",
title: "EasyPrivacy",
url: "https://easylist-downloads.adblockplus.org/easyprivacy.txt"
}
];就是3个订阅而已 不用管它也可以 只订阅你需要的列表就可以了 |
|
|
|
2楼#
发布于:2013-08-23 14:58
第一个是禁止恶意域名,第二个是阻止社交媒体按钮,第三个是阻止网站跟踪。
|
|
|
|
3楼#
发布于:2013-08-23 14:58
|
|
|
4楼#
发布于:2013-08-23 14:58
|
|
|