Created
March 5, 2015 16:11
-
-
Save MeyCry/5b01f9dda08348ffeb5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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