Skip to content

Instantly share code, notes, and snippets.

@wbamberg
Created July 28, 2011 18:56
Show Gist options
  • Save wbamberg/1112257 to your computer and use it in GitHub Desktop.
Save wbamberg/1112257 to your computer and use it in GitHub Desktop.
var panelLogin = require("panel").Panel({
contentURL: "http://www.mozilla.org",
width: 800,
height: 500,
contentScript: "window.addEventListener('click', function(event) {" +
"console.log('clicked');" +
"});",
contentScriptWhen: "ready"
});
panelLogin.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment