How to get Page Source using jQuery?
- by Flipper
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?