9

In case the kiddos ask if you can hack Facebook or whatever, here's a nice little JS code. Copy paste it into the URL, hit enter and select + edit whatever you like!

javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

ps: in chrome the 'javascript:' at the beginning gets removed so you'll have to manually add it. not sure about other browsers

Comments
Add Comment