Wondering about screen.js and the CSS check #278
-
I am writing a Chrome extension that spoofs screen width/height. It is not detected on the main page but on screen.js in the docs/test/ the CSS test detects it as false for @media search and @media device. To me it seam impossible to fool that test since you have to manipulate how the @media get the device screen width/height under the hood (at least for an extension). Maybe there is some way?? Looking at the code in screen.js it seems to be pretty expensive to test it this way, do you think it is used in production by any site? I am debating with myself if I should just skip spoofing the screen or leave it in and hope this test is not used on sites. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The test page is indeed less responsive and would not provide a great experience. The screen resolution is not incredible for desktops and may not be worth it, but it can be fun to annoy some trackers. Just don't expect anything to fool more advanced systems. It's not possible to be completely stealth. |
Beta Was this translation helpful? Give feedback.
The test page is indeed less responsive and would not provide a great experience. The screen resolution is not incredible for desktops and may not be worth it, but it can be fun to annoy some trackers. Just don't expect anything to fool more advanced systems. It's not possible to be completely stealth.