views:

38

answers:

1

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?

+1  A: 

Sure, I found Execute JS (for firefox) to be helpful at times, and I think it's what you're looking for:

https://addons.mozilla.org/en-US/firefox/addon/1729

It lets you view and modify Javascript on your page.

Jon
oh..! i had visited that URL earler... it won't work with FIrefox 3.6.. :(
Amit
it serves the purpose.. better have to wait for next version i believe..
Amit
Interesting, quite a few extensions seem to not work with the latest version(s) of firefox...
Jon