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

source

Reply


Build A Site Info