Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Javascript (http://www.velocityreviews.com/forums/f68-javascript.html)
-   -   can javascript be faked? (http://www.velocityreviews.com/forums/t934387-can-javascript-be-faked.html)

clangers_snout@yahoo.co.uk 01-23-2008 11:56 PM

can javascript be faked?
 
I know this isn't exactly the right group for this question (and if
you know of a more appropriate one I'd be grateful for the info) but I
was wondering if it is possible to make it so that when I visit a
website that requires javascript to be turned on, that the javascript
the website sees is somehow faked? So what I mean is that to the
website it looks as if your browser is using javascript as normal but
in fact the information is all faked? Any ideas, are there any apps
out there that do this?

Thanks for any help.

Thomas 'PointedEars' Lahn 01-24-2008 12:37 AM

Re: can javascript be faked?
 
clangers_snout@yahoo.co.uk wrote:
> I know this isn't exactly the right group for this question (and if
> you know of a more appropriate one I'd be grateful for the info) [...]


You have failed to ask a coherent question. Once you did, at least
it would be possible to determine whether your assumption was correct.

http://catb.org/~esr/faqs/smart-questions.html


PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16

David Dorward 01-24-2008 07:17 AM

Re: can javascript be faked?
 
clangers_snout@yahoo.co.uk wrote:

> I know this isn't exactly the right group for this question (and if
> you know of a more appropriate one I'd be grateful for the info) but I
> was wondering if it is possible to make it so that when I visit a
> website that requires javascript to be turned on, that the javascript
> the website sees is somehow faked? So what I mean is that to the
> website it looks as if your browser is using javascript as normal but
> in fact the information is all faked?


Web sites test to see if JavaScript is available by running some JavaScript.
The only way to fake it would be to examine the test and then have the
browser make whatever requests to the server that the JavaScript would have
it make. This would, of course, be different on a case by case basis.

.... and since the tests are usually because the site won't work with
JavaScript turned off, it would be a rather pointless exercise anyway.

--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/

Saravana 01-24-2008 11:41 AM

Re: can javascript be faked?
 
On Jan 24, 5:37 am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> clangers_sn...@yahoo.co.uk wrote:
> > I know this isn't exactly the right group for this question (and if
> > you know of a more appropriate one I'd be grateful for the info) [...]

>
> You have failed to ask a coherent question. Once you did, at least
> it would be possible to determine whether your assumption was correct.
>
> http://catb.org/~esr/faqs/smart-questions.html
>
> PointedEars
> --
> var bugRiddenCrashPronePieceOfJunk = (
> navigator.userAgent.indexOf('MSIE 5') != -1
> && navigator.userAgent.indexOf('Mac') != -1
> ) // Plone, register_function.js:16


You are a foolish man,

U r only answering this for all questions...?


All times are GMT. The time now is 10:24 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57