Skip to content

Instantly share code, notes, and snippets.

View vasantkumardev's full-sized avatar
🎯
Focusing

Vasant vasantkumardev

🎯
Focusing
View GitHub Profile

Print GitHub Markdown Bookmarklet

javascript:document.body.appendChild(document.querySelector("#readme"));document.querySelector("header").remove();document.querySelector(".application-main").remove();document.querySelector("footer").remove();window.print();

Make it into a bookmarklet. It removes everything around the markdown article and opens the print dialog.