Skip to content

Instantly share code, notes, and snippets.

@MTco
Last active March 10, 2016 17:20
Show Gist options
  • Save MTco/c6fb6be3858ff4f2a958 to your computer and use it in GitHub Desktop.
Save MTco/c6fb6be3858ff4f2a958 to your computer and use it in GitHub Desktop.
Modified PrintFriendly.com bookmarklet
<!DOCTYPE html>
<html>
<head>
</head>
<body>
Modified <a href="https://www.printfriendly.com">PrintFriendly.com</a> bookmarklet.
<p style="text-align:center">
<a href="javascript:(function(){if(!window['priFri']){var%20where_am_i=top.location.href||window.document.href||document.location,pfurl='',head=document.head||document.getElementsByTagName('head')[0],body=document.body||document.getElementsByTagName('body')[0],css='#pf-mask,#pf-core{visibility:visible%20!important;}#gaiframe%20{display:none%20!important;visibility:hidden%20!important;}html,body{position:relative%20!important;}#MTco-GoogleQRs{position:absolute%20!important;bottom:0%20!important;right:0%20!important;}',style=document.createElement('style'),qrImg=document.createElement('img'),pfstyle='nbk',pfBkVersion='1',pfurl='https://pf-cdn.printfriendly.com/ssl/main.js',pfurl='https://d3nekkt1lmmhms.cloudfront.net/printfriendly.js',_pnicer_script=document.createElement('script');_pnicer_script.type='text/javascript';_pnicer_script.src=pfurl+'?x='+(Math.random());head.appendChild(_pnicer_script);style.type='text/css';if(style.styleSheet){style.styleSheet.cssText=css;}else{style.appendChild(document.createTextNode(css));}head.appendChild(style);where_am_i=encodeURIComponent(where_am_i);qrImg.id='MTco-GoogleQR';qrImg.className='print-only%20print-footer%20pf-footer%20delete-off%20delete-no';qrImg.src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl='+where_am_i;body.appendChild(qrImg);setTimeout(function(){window.print();},3500);}else{window.print();}})();" title="đź–¨Printly">đź–¨Printly</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment