It should be easy for someone.
After editing HTML in Firebug, how do I reload a page (supporting edited HTML)? There is no reload button, as shown here, http://getfirebug.com/html , under the “ Inspect, edit, reload ” section, which is exactly what I want to do:

Where is this button ?!
It would be great if the answer was a photograph. EDIT: Using Firebug 1.9.1
Refinement EDIT:
What I'm trying to do: I am deleting bad HTML code, hoping that it will not ruin the JavaScript code that I assume it does. Assuming the HTML in question messes up the JavaScript and then I delete the offensive HTML through Firebug, do I need a reboot to execute the JavaScript code correctly then?
source share