How to get Page Source using jQuery?

Posted by Flipper on Stack Overflow See other posts from Stack Overflow or by Flipper
Published on 2011-01-06T05:50:17Z Indexed on 2011/01/06 5:53 UTC
Read the original article Hit count: 192

Filed under:
|
|

Ok so I have a website and I would like to stop users from being able to change things on it using GreaseMonkey extensions, etc. Therefore I am trying to use jQuery or any kind of Javascript to get the source of the page after like 5 seconds.

I know how to make it wait 5 seconds using Javascript and all, but how do I get the entire source of the page and send it to my server using POST?

How can this be done?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about get