Hello,

I tried to inject navigator.platform value to "Unknown" .

<script type="text/javascript">
    navigator.__defineGetter__('platform', function(){
        return( "iPhone 5" );
    });

    alert( navigator.platform ); //iPhone 5
</script>

I created a test webpage with alert(navigator.platform) and the behavior of 
this script is: it shows alert of Win32 and then alert of iPhone5. If i 
remove the alert from greasemonkey, it still claims I am on Win32. How do I 
fool the website to think otherwise? Is there some new security 
measurement? If there is a firefox version I can use that doesn't contain 
this "fix", it would be great to know which it is :(

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to