I've been wondering if there is a way to spoof JS objects like navigator, screen, etc. to send fake data whenever a page request it.
I use C# to develop an application which contains a GeckoFx browser and I want to do something like this: every time I open a webpage which contains JS to retrieve information about the user (for example screen resolution, what plugins I have installed, etc), the browser should send fake information (my screen resolution is 1024x768 and I want to send 1440x900, etc).
Can anyone help me with this piece of information?
Thanks!