Screen Resolution Spoof

Alters attempts at fingerprinting your screen resolution to 1920x1080. Only tested in FIrefox.

当前为 2020-03-25 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
r-a-y
评分
0 0 0
版本
1.1.4
创建于
2017-04-29
更新于
2020-03-25
大小
1.0 KB
许可证
暂无
适用于
所有网站

Update - If you're using Firefox, instead of using this userscript, I recommend setting privacy.resistFingerprinting and privacy.resistFingerprinting.letterboxing to true.

This works way better than spoofing these screen values.


This userscript alters the innerWidth and innerHeight, as well as the window.screen width and height properties to prevent attempts at fingerprinting your screen's resolution. The screen resolution is spoofed to 1920x1080, which is one of the most common screen resolutions out there.

Note: The innerHeight uses 974, which is Windows 7's taskbar height (1080 - 106px).

If you want to switch to Windows 10's taskbar height, edit the script and switch 974 to 966 (1080 - 114px).

Note 2: The outerHeight uses 1040, which is the screen resolution - 40px.

Note 3: Both the innerHeight and outerHeight use Chrome's resolutions as a baseline since Firefox is more variable and Chrome is more standardized and in use.

Install this userscript and then check some sites that calculate your screen resolution like:

  • www.screenresolution.org
  • www.whatismyscreenresolution.com
  • dev.jeffersonscher.com/resolution.html
  • resizemybrowser.com

Screen resolution should show 1920x1080.

Only tested in Greasemonkey (pre-Firefox 57 version) and Firefox.

Probably does not work with Chrome or Firefox WebExtension alternatives like Tampermonkey and Violentmonkey. I'll be releasing a WebExtension version for Chrome and Firefox 57+ in the near future.