![]() |
|
How to change any Websites with javascript - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to change any Websites with javascript (/Thread-How-to-change-any-Websites-with-javascript) |
How to change any Websites with javascript - Proskill - 10-25-2011 I do not know if this was posted here anyway, but with the search I have found nothing. You can change each site with a little javascript code. But of course only you see the changes. The trick can be used well to impress friends / fake screenhots. Go to your adressbar in your browser, and delete the adress, and put this in the box: Code: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0.Now you can change all sites :lol: |