Skip to content

Instantly share code, notes, and snippets.

@MeyCry
Created March 5, 2015 16:11
Show Gist options
  • Save MeyCry/5b01f9dda08348ffeb5b to your computer and use it in GitHub Desktop.
Save MeyCry/5b01f9dda08348ffeb5b to your computer and use it in GitHub Desktop.
shell = Components.classes["@mozilla.org/browser/shell-service;1"]
.getService(Components.interfaces.nsIShellService);
var ios = Components.classes["@mozilla.org/network/io-service;1"]
.getService(Components.interfaces.nsIIOService);
var ssm = Components.classes["@mozilla.org/scriptsecuritymanager;1"]
.getService(Components.interfaces.nsIScriptSecurityManager);
var dsm = Components.classes["@mozilla.org/dom/storagemanager;1"]
.getService(Components.interfaces.nsIDOMStorageManager);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment