Journal #6425

Posted 14 years ago2010-03-01 19:49:15 UTC
So neat bit of javascript code here.
Enter this in the toolbar, and the whole site you're on becomes "editable" to a point. It's client-side, so don't expect to change anything and save it.

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

Sorry ahead of time Rimmy.
User posted image

12 Comments

Commented 14 years ago2010-03-01 20:43:49 UTC Comment #52560
Didn't cstriker or potatis post the exact same thing months ago?
Commented 14 years ago2010-03-01 20:53:28 UTC Comment #52563
I think it was Urby.
Commented 14 years ago2010-03-01 20:53:58 UTC Comment #52567
Eh... I can't seem to do it with either IE or Firefox.
It goes in the URL toolbar, correct?
Commented 14 years ago2010-03-01 20:55:38 UTC Comment #52564
Commented 14 years ago2010-03-01 20:57:16 UTC Comment #52561
works for me jeffmod, im using firefox. just paste that line into the url bar without the quotes on the ends.
Commented 14 years ago2010-03-01 21:13:39 UTC Comment #52568
That must be the problem.
Haha, This rocks. Time to make some printscreen mischeif.
Commented 14 years ago2010-03-01 23:06:33 UTC Comment #52558
i dont get it
Commented 14 years ago2010-03-02 12:08:59 UTC Comment #52557
Someone also posted a painting thing and some thing that makes all the images fly around. :>
Commented 14 years ago2010-03-02 12:19:59 UTC Comment #52565
@Habboi: link :)
Commented 14 years ago2010-03-02 20:31:24 UTC Comment #52559
Gawd I love JS. <3
Commented 14 years ago2010-03-02 21:05:29 UTC Comment #52566
It's my favourite language :) I'm working on a sound class which lets you load Microsoft WAVE files, edit them (apply effects, remove/add channels) and then play or save them. It uses HTML5's audio element and you can use File API's File and FileReader, or XMLHttpRequest to load files.
So far it can load most Microsoft WAVE files and get the header and PCM data, generate a new header, generate a data URI and play.
Commented 14 years ago2010-03-04 13:27:09 UTC Comment #52562
I know I posted something like this too. But I may be mistaking.
There's also Grease Monkey :D

You must log in to post a comment. You can login or register a new account.