Skip to content

Instantly share code, notes, and snippets.

@zpao
Created October 21, 2014 20:28
Show Gist options
  • Save zpao/a8825f0525bd272b6242 to your computer and use it in GitHub Desktop.
Save zpao/a8825f0525bd272b6242 to your computer and use it in GitHub Desktop.
Cu.import("resource://gre/modules/Services.jsm");
Services.prompt.alert(
Services.wm.getMostRecentWindow("navigator:browser"),
"title",
"message"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment