搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I don't want websites to query/enumerate my list of addons. How do I hide addons from websites?

  • 5 个回答
  • 3 人有此问题
  • 6 次查看
  • 最后回复者为 tdassj

more options

I want to keep my of addons, extensions and plugins private. They can have acceptable content-types, but I don't want content delivery contingent on having/not having elements installed.

I assume this would have to be a per-site configuration item, I would prefer to block all, accept some (like I have to do with flash/java).

I want to keep my of addons, extensions and plugins private. They can have acceptable content-types, but I don't want content delivery contingent on having/not having elements installed. I assume this would have to be a per-site configuration item, I would prefer to block all, accept some (like I have to do with flash/java).

所有回复 (5)

more options

Websites can only enumerate plugins, not extensions. Sites detect some extensions (like ad blockers) based on the page of missing/added elements in the page.

Here's an example of a page that enumerates plugins:

You can use an add-on to empty out the plugins array, although this might cause unpredictable results on sites where you actually do want to use plugins. For example, I posted a Greasemonkey userscript here: https://greasyfork.org/en/scripts/18256-hide-all-plugins

I didn't create a UI to easily add/exempt sites, but someone could do that, or perhaps you'll find something easier to use.

more options

jscher2000 said

Websites can only enumerate plugins, not extensions. Sites detect some extensions (like ad blockers) based on the page of missing/added elements in the page. Here's an example of a page that enumerates plugins: You can use an add-on to empty out the plugins array, although this might cause unpredictable results on sites where you actually do want to use plugins. For example, I posted a Greasemonkey userscript here: https://greasyfork.org/en/scripts/18256-hide-all-plugins I didn't create a UI to easily add/exempt sites, but someone could do that, or perhaps you'll find something easier to use.


@jscher2000


Hey, may I ask you a question?


I want to hide the add-on or plugins tap by changing the defaut configuration of "about:config". So I creat a pref.js file but I don't know which item in "about:config" is the relevant configuration, and could you tell me how i can do that?


Thanks a lot.

由tdassj于修改

more options

Hi tdassj, I see you have a separate question about this: https://support.mozilla.org/questions/1147720

I actually don't think there is a preference for hiding the about:addons page (or any other internal pages). If I think of anything, I'll post it in the other thread.

more options

jscher2000 said

Hi tdassj, I see you have a separate question about this: https://support.mozilla.org/questions/1147720 I actually don't think there is a preference for hiding the about:addons page (or any other internal pages). If I think of anything, I'll post it in the other thread.


Thanks a lot @jscher2000

waiting for your further support :)

more options

@jscher2000

And do you have any other methods to customize the requirement ?