Skip to content

Instantly share code, notes, and snippets.

@ugwis
Last active January 31, 2016 14:30
Show Gist options
  • Save ugwis/03387b5844ddabc89aa4 to your computer and use it in GitHub Desktop.
Save ugwis/03387b5844ddabc89aa4 to your computer and use it in GitHub Desktop.
iPhone等でeALPSのPDFをリダイレクトするブックマークレット
//下のスクリプトをブックマークのURLに入れて、eALPSでPDFを開いた状態で作ったブックマークを開くと生PDFファイルへリダイレクトします
javascript:var obj=document.getElementById('resourceobject');if(obj && obj.getAttribute('type')==='application/pdf'){location.replace(obj.getAttribute('data'));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment