Skip to content

Instantly share code, notes, and snippets.

@nlacasse
Created September 1, 2010 22:43
Show Gist options
  • Save nlacasse/561506 to your computer and use it in GitHub Desktop.
Save nlacasse/561506 to your computer and use it in GitHub Desktop.
view.html (iframe)
==================
chrome.extension.sendRequest({
to: 'overlord',
method: 'startDrag',
params: {
x: mousedown_event.screenX,
y: mousedown_event.screenY
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment