I want ask if noscript it's possible disable window dialog box such as :Are you sure you want to navigate away from this page?
in firefox
Disable window confirm dialog?
Disable window confirm dialog?
Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Disable window confirm dialog?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Re: Disable window confirm dialog?
ok.. i'm a newbie can you explain me how enable this in noscript ?
thanks
thanks
Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Disable window confirm dialog?
Open about:config and create the two "string" preferences mentioned, i.e.
- Name:
noscript.surrogate.trap.replacement
Value:
__defineSetter__("onbeforeunload", function() {}) -
Name:
noscript.surrogate.trap.sources
Value:
@*
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Re: Disable window confirm dialog?
thanks





Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)