搜索 | 用户支持

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

详细了解

Can Websites track my Theme?

  • 2 个回答
  • 1 人有此问题
  • 15 次查看
  • 最后回复者为 Amelia

more options

Can websites i visit track my browsertheme for example system default or light or dark theme? I like the dark theme but i'm not using it because i fear it makes my browser much more unique, is that so? If so, is there a preference or another way to prefent websites from tracking my browser theme?

Can websites i visit track my browsertheme for example system default or light or dark theme? I like the dark theme but i'm not using it because i fear it makes my browser much more unique, is that so? If so, is there a preference or another way to prefent websites from tracking my browser theme?

被采纳的解决方案

Yes, websites can see if you are using a dark or light theme via a css query, allowing javascript to find out and do something about it. For the nitty-gritty, look here https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

the browser.theme.content-theme preference can be used to change what Firefox does when it comes to this, note it affects settings and internal pages. It is an integer value with the following meanings:

0: Dark mode on everything (except private browsing, that disallows dark mode like that altogether, but can be changed by another preference) 1: Light mode on everything 2: Follow system theme (detect what the system theme is and use that) -- Default 3: Follow Firefox theme (what color the tab text is in -- if the text is bright (white) it would contrast on black, and therefore would mean you have a dark theme)

定位到答案原位置 👍 1

所有回复 (2)

more options

Really? They can't? I think cor-el or jscher2000 told me they can, but then again how can i block that sort of spying? Any prefs?

more options

选择的解决方案

Yes, websites can see if you are using a dark or light theme via a css query, allowing javascript to find out and do something about it. For the nitty-gritty, look here https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

the browser.theme.content-theme preference can be used to change what Firefox does when it comes to this, note it affects settings and internal pages. It is an integer value with the following meanings:

0: Dark mode on everything (except private browsing, that disallows dark mode like that altogether, but can be changed by another preference) 1: Light mode on everything 2: Follow system theme (detect what the system theme is and use that) -- Default 3: Follow Firefox theme (what color the tab text is in -- if the text is bright (white) it would contrast on black, and therefore would mean you have a dark theme)