I have a problem that requires me to hide/change the actual window size of my browser from the web server. I mean the web server should learn wrong information about my actual agent window size. For instance, If my actual window size is X * Z, the server should read it as X/4 * Z/4. Is this possible?
Note: I do not want to use headless browsing or any other detectable technique. I just want my normal web browser to hide its actual windowsize information.