/****************************************************************************
 * Remove the "Go" button
 *
 * The original CSS can be found in:
 *  C:\Program Files\Mozilla Firefox\chrome\classic.jar,
 *  in skin\classic\browser\browser.css
 *
 * Note, this might only work if not in "text" mode.
 ****************************************************************************/
toolbar:not([mode="text"]) #go-button,
toolbar:not([mode="text"]) #go-button-top,
toolbar:not([mode="text"]) #go-button-mid-top,
toolbar:not([mode="text"]) #go-button-mid-bottom,
toolbar:not([mode="text"]) #go-button-bottom {
  display: none !important;
  -moz-image-region: rect(0px, 0px, 0px, 0px);
}