Skip to content

Instantly share code, notes, and snippets.

@ma4a
Last active April 16, 2025 09:56
Show Gist options
  • Select an option

  • Save ma4a/1ba41f25f5f9b08b85c860e2dae76046 to your computer and use it in GitHub Desktop.

Select an option

Save ma4a/1ba41f25f5f9b08b85c860e2dae76046 to your computer and use it in GitHub Desktop.
Bookmarklet to print the current page as PDF using http://printfriendly.com service. Instead of an overlay like the official bookmarklet, this one opens a new window/popup.
javascript:(function(){window.open('http://www.printfriendly.com/print/?url='+encodeURIComponent(location.href),'_blank','menubar=no,height=900,width=750,toolbar=no,scrollbars=no,status=no,dialog=1');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment