• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

FireFox

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

zexmarquies01

Member
Joined
May 27, 2002
Location
Ohio
Is there a way to turn the Alert notice box off?

i want the Time out alert box to not show up. when a site times out, the box appears, and i have to click on the OK button for the site to start re-loading again. which is a pain in my butt. not only that, but if i'm away from the comptuer, nothing happens if i don't hit ok.

so anyone know how to turn this alert off?
 
This is possible but you'll need to edit your user.js file. Look at this page to figure out how to do that.

This is what you need to add to the file to get rid of the boxes:

// Instead of error dialog messages, display error pages (more like IE)
user_pref("browser.xul.error_pages.enabled", true);
 
Back