Skip to content

Instantly share code, notes, and snippets.

@ntrrgc
Created May 11, 2015 21:48
Show Gist options
  • Save ntrrgc/04ced139e5a5d126ad69 to your computer and use it in GitHub Desktop.
Save ntrrgc/04ced139e5a5d126ad69 to your computer and use it in GitHub Desktop.
Bookmarklet to open embedded PDF in iPad
<html>
<head>
<title>Open PDF</title>
</head>
<body>
javascript:location.href=document.querySelector('object[type="application/pdf"]').getAttribute('data')
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment