Thursday

How to Pretend to Hack a Website

Today, i will teach you how to hack.. but Note: This does not really affect the website content at all. What you change is only visible on your computer. Then as soon as you refresh the page it will be back to normal for you too.


Steps


Go to the page you want to hack and wait for it to be loaded fully
If you do it before, it will only edit what has already loaded.



Copy this code into the url bar:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

Hit Stop! If it worked right the links will have turned a more saturated blue, and when you click somewhere you'll be able to edit text



Edit! You can change text by highlighting it and typing. You can stretch or delete images just by clicking on them. Or you can just highlight the whole page and hit delete! Have fun!



Type the following code to make the page uneditable again:

javascript: document.body.contentEditable = 'false'; document.designMode = 'off'; void 1

Once you have made the page uneditable again, left-click in the URL Bar and press ESC. This will reset the URL to the page you are on, making it look authentic! Or you can open another tab and go back to the edited page!


Tips

  • You can use this to remove ads.
  • This can be a good way to prank friends.
  • You should have JavaScript enabled to do this. If you do not, you can simply enable it in your browser preferences.


No comments:

Post a Comment