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

后端 未结 6 1123
广开言路
广开言路 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:40

    Attempting to change this property (at any time) in Firefox yields:

    Error: setting a property that has only a getter

    Source File: index.html

    Line: 1

    So I think you will have a hard time.

    I'd try to contact the author about obtaining a fix.

提交回复
热议问题