Skip to content

Instantly share code, notes, and snippets.

@Cauterite
Created August 26, 2016 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cauterite/e3c8dce1f4f6973ce30b43fe7ac11eac to your computer and use it in GitHub Desktop.
Save Cauterite/e3c8dce1f4f6973ce30b43fe7ac11eac to your computer and use it in GitHub Desktop.
var mainWindow = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIWebNavigation)
.QueryInterface(Components.interfaces.nsIDocShellTreeItem)
.rootTreeItem
.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIDOMWindow);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment