搜索 | 用户支持

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

详细了解

how to remove enhanced tracking shield icon in firefox

  • 4 个回答
  • 0 人有此问题
  • 最后回复者为 cor-el

more options

I want to remove enhanced tracing icon and program from firefox

I want to remove enhanced tracing icon and program from firefox

所有回复 (4)

more options

Here ya go.

有帮助吗?

more options

You can select the Custom setting for Enhanced Tracking Protection in "Settings -> Privacy & Security" and uncheck all items to disable ETP globally, you can't remove the shield icon.

有帮助吗?

more options

WARNING from the moderator team: This script is not provided by Mozilla and is not officially supported.

Firefox is a work in progress and, to allow for continuous innovation, Mozilla cannot guarantee future updates won’t impact your customizations. For this reason, Mozilla does not officially support style rules customization.

Please read Firefox advanced customization and configuration options to learn more.

The only way to remove the shield is via custom CSS, which is somewhat involved so only you can decide if it's worth the trouble.

Open Notepad, or whatever text editor you like, and paste this into it:—

#tracking-protection-icon-box {
  display: none !important;
}

Save it somewhere easy to find, like the Desktop, and call it userChrome.css (all lower case apart from the C in the middle). Make sure it has saved as userChrome.css and not userChrome.css.txt. In Windows you can right-click it and open Properties to see its full name. Correct it if needed.

In Firefox open about:config and set toolkit.legacyUserProfileCustomizations.stylesheets to true.

Now go to about:support. Look down the blue block on the left of the screen that will open until you come to "Profile Directory." Click the "Open Directory" button next to it. This will open your Profile Directory in Windows Explorer, or whatever file browser your system uses.

Make a directory/folder in that called chrome, all lower case. Now drag the userChrome.css file that you created earlier into the new chrome directory.

Restart Firefox for it to take effect.

由Paul于修改

有帮助吗?

more options

If you would only hide the shield then you never know whether ETP is active and is blocking content and possible disable ETP for a specific website. What is so bad about this shield that you do not want to see it?

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题