2

How do I edit the script using firebug?

Anthony Accioly
  • 21,918
  • 9
  • 70
  • 118
Ray
  • 21
  • 1
  • 2

2 Answers2

4

You can't, though you can execute arbitrary statements in the console, and modify the value of variables from the Watch pane.

Lightness Races in Orbit
  • 378,754
  • 76
  • 643
  • 1,055
  • Beat me to it. Just sharing something from the mail list to confirm what you have said: http://old.nabble.com/Edit-Script---Is-it-possible--td22713964.html – Anthony Accioly May 04 '11 at 16:45
  • Use the Firebug console as shown here: http://stackoverflow.com/questions/3203779/how-to-edit-javascript-in-firebug-in-mozilla – demoncodemonkey Oct 07 '13 at 09:59
0

You can edit HTML, debug javascript, watch and edit the variables, but you can't edit the script.

Ghassen Hamrouni
  • 3,138
  • 2
  • 20
  • 31