Skip to content

Instantly share code, notes, and snippets.

@wwood
Created October 2, 2009 11:06
Show Gist options
  • Save wwood/199664 to your computer and use it in GitHub Desktop.
Save wwood/199664 to your computer and use it in GitHub Desktop.
var ezp = 'http://ezp.lib.unimelb.edu.au/login?url=';
var link = FireGestures.getLinkURL();
var url = '';
var doc = FireGestures.sourceNode.ownerDocument;
if (!link){
url = ezp+doc.location.href;
} else {
url = link;
}
doc.location.href = ezp+url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment