Skip to content

Instantly share code, notes, and snippets.

@buganini
Created June 20, 2012 08:43
Show Gist options
  • Save buganini/2958847 to your computer and use it in GitHub Desktop.
Save buganini/2958847 to your computer and use it in GitHub Desktop.
mute firefox alert
user_pref("capability.policy.policynames", "strict");
user_pref("capability.policy.strict.Window.alert", "noAccess");
user_pref("capability.policy.strict.Window.confirm", "noAccess");
user_pref("capability.policy.strict.Window.prompt", "noAccess");
user_pref("capability.policy.strict.sites", "http://my.site");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment