Stop Reload button for FF1.5

Anyone noticed that the stop - reload button has been updated and doesnt work for FF 1.5 anymore. Well the script for it is simple.

Type this into your userchrome or Stylish.

#stop-button[disabled] {

display: none;

}

#stop-button:not([disabled]) + #reload-button {

display: none;

}

Just make sure the STOP button is Before the RELOAD button on the toolbar. Use the "customise" feature when right clicking on the tool bar

#437760