Edit Any Website using JavaScript Code




In this video, I will show you how to edit any website on Google Chrome using a simple JavaScript code.

For some reason, youtube switches up some of the characters and makes it impossible to work if you simply copy paste from here to your console. Instead, you’ll have to type directly into your console and write in this code letter by letter:
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0

Original source


18 responses to “Edit Any Website using JavaScript Code”

  1. Why so many dislikes? This actually works if you know what you're doing. Just press ctrl+shift+J and paste "javascript:document.body.contentEditable='true'; document.designMode='on';void 0" that code in and you can do whatever you want

  2. Correction: This especialy works with firefox! (not only with chrome).

    Since Firefox has native HTML5 and java support, and ofcourse the best debugg console. Other than that nice vid 🙂

Leave a Reply