How can I fool a site that looks at the JavaScript object 'navigator' to see that I'm not on Windows?

后端 未结 6 1119
广开言路
广开言路 2020-12-06 00:04

I am trying to browse a website, however, it only works under Windows and Mac because they use the navigator.platform from JavaScript to find out the architectu

6条回答
  •  粉色の甜心
    2020-12-06 00:54

    For a Mozilla-based browser, GreaseSpot / Code Snippets # Hijacking browser properties demonstrates how it may be done. This code may be injected from a GreaseMonkey script.

提交回复
热议问题