Skip to content

Instantly share code, notes, and snippets.

@nmaier
Created January 8, 2012 18:41
Show Gist options
  • Save nmaier/1579273 to your computer and use it in GitHub Desktop.
Save nmaier/1579273 to your computer and use it in GitHub Desktop.
alerts hello-world
Components.classes["@mozilla.org/alerts-service;1"].getService(Components.interfaces.nsIAlertsService).showAlertNotification(null, "hello", "world", false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment