JavaScript Tricks: Edit Websites in Browser (Live)
Envision a world where you are a God and have extreme control on what happens and all the more vitally, how it happens. Appears to be too great a fantasy. Presently it has worked out as expected, at any rate for the online world.
JavaScript tricksUsing this deceive, you will have the capacity to alter any site page live in your program as though it was a Wiki and change the points of interest as per your desire. Yes, you read that privilege. You can alter Google or even Facebook so far as that is concerned right in your program and that too without requiring any specialized ability or getting profound into hacking and splitting.
Here is a sample picture exhibiting the Google Homepage altered by me to say that I possess Google.
Alter Websites Browser
This is only a sample. You can utilize it for anything like demonstrating incorrectly activity details or for tricking individuals by demonstrating that somebody said something in regards to them on Facebook or Twitter. It depends just on your imagination. Be that as it may, I would encourage you to stay moral and use it for amusement purposes as it were.
(Mozilla Firefox does not bolster this. On the off chance that you utilize Firefox, you can utilize the bookmarklets given toward the end of this post. On the off chance that you utilize Google Chrome and the code does not appear to work, go before it with "javascript:" without quotes.)
To utilize this trap, everything you need to do is simply duplicate the code given underneath and glue it in your location bar after you have opened the site you wish to alter. What's more, begin altering.
javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200
You can catch a screenshot by squeezing the Print Screen key or by utilizing the Snipping Tool in the event that you utilize Windows 7 or Windows Vista. On the off chance that you wish to again make the site non-editable to give a more valid look, duplicate and glue the code given beneath in the location bar after you are done altering (does not work in Firefox).
javascript:document.body.contentEditable%20=%20'false';%20document.designMode='off';%20void%200
On the other hand, then again you can utilize the accompanying bookmarklets by dragging them to your Bookmarks bar.
1. Alter this Website
2. Done Editing
The altering that you do will however be brief as it is not server-sided. You can likewise spare the altered site through your program by File>Save. This chips away at all basic web programs including Chrome, Firefox, Opera and Internet Explorer.
