Screen Resolution Spoof

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
r-a-y
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
1.233
Βαθμολογίες
5 1 0
Έκδοση
1.1.4
Δημιουργήθηκε την
29/04/2017
Ενημερώθηκε την
26/11/2017
Μέγεθος
1 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.