Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

edit websites - Javascript Code Bank


edit websites
edit websites (not permanent)
                just put this in the address bar and edit any website
to edit
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
to stop editing
javascript:document.body.contentEditable='false'; document.designMode='on'; void 0


            
Comments
ghost's avatar
ghost 15 years ago

'Tis quite a fun little bit of javascript.

yureon's avatar
yureon 13 years ago

Why doesn't it work with exact c & p?:whoa:

yureon's avatar
yureon 13 years ago

Nevermind. :ninja: