Created
May 11, 2015 21:48
-
-
Save ntrrgc/04ced139e5a5d126ad69 to your computer and use it in GitHub Desktop.
Bookmarklet to open embedded PDF in iPad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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