Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vasantkumardev/9aa377197429ea791209ba14a23f4aaa to your computer and use it in GitHub Desktop.

Select an option

Save vasantkumardev/9aa377197429ea791209ba14a23f4aaa to your computer and use it in GitHub Desktop.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment