hey everyone, I ahve this small javascript trick i learned, just use it and you could find its usefulness. copy and paste the code below into your web browser in any desired page, and you will be able to edit the page. I changed google search to search for rubbish LOL: javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Yep, I'm not worried that someone will 'hack' me, just the kids can be very annoying when then say they did hack me, using this Never really tried to stop it, though. So, I was just wondering if someone knows a quick and easy way of avoiding it...
one thing you need to learn is that people will say they hack you, thats just a fact of being a web developer ps: i hacked google using this Its a default js function, i dont think theres a way to disable it unless you can undeclare the function but that could get messy.