computergeek67
|
Fun Javascript TrickI am going to teach you a fun Javascipt code that provides hours of fun. | Code: | | javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 | Just copy and paste that code in you adress box and you will get to edit any webpage on the internet. And when you are done having fun, just refresh the page and everything is back to normal:)
Note: this code is an old trick that lets you edit any page without doing anything to it. You will not actually edit the page.
|