Last active
April 16, 2025 09:56
-
-
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.
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
| 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