How do I wrote FireFox script? I've tried everything, but it's not working. I accidently my text editor as Works Word Processor, not Notepad.
Name:
Anonymous2009-12-22 18:56
I have this script - it's strictly for the lulz, it's a temporary page editor. The code looks like this -
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
but Greasemonkey won't take it.What do I do?