Welcome to HBH V2 ! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

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 13 years ago

'Tis quite a fun little bit of javascript.

yureon's avatar
yureon 12 years ago

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

yureon's avatar
yureon 12 years ago

Nevermind. :ninja: