Page 1 of 1

Disable window confirm dialog?

Posted: Sun Apr 25, 2010 2:09 pm
by gigi
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

Re: Disable window confirm dialog?

Posted: Sun Apr 25, 2010 2:26 pm
by Giorgio Maone

Re: Disable window confirm dialog?

Posted: Sun Apr 25, 2010 5:43 pm
by gigi
ok.. i'm a newbie can you explain me how enable this in noscript ?
thanks

Re: Disable window confirm dialog?

Posted: Sun Apr 25, 2010 6:49 pm
by Giorgio Maone
Open about:config and create the two "string" preferences mentioned, i.e.
  1. Name:
    noscript.surrogate.trap.replacement
    Value:
    __defineSetter__("onbeforeunload", function() {})
  2. Name:
    noscript.surrogate.trap.sources
    Value:
    @*

Re: Disable window confirm dialog?

Posted: Sun Apr 25, 2010 7:36 pm
by gigi
thanks :mrgreen: :mrgreen: :mrgreen: :mrgreen: