How to edit javascript in browser?
- by Amit
Hi
I was looking for a way to edit javascript in browser such as firefox on the fly and execute it. Firebug allows us to edit html and css on the fly but javascript is a pain.... i have to go back to the source and modify that..
Is there a way to do it?