Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 838 Bytes

Reddit Save as PDF

A handy Chrome extension to save a Reddit comment as PDF.

Because occasionally I want to do so.

Requirements

Works with the new Reddit UI, not old.

Installation

Available in the Chrome Web Store: Reddit Save as PDF

Dev Notes

This extension does not make use of commonly used JS/HTML to PDF libraries such as jsPDF or html2pdf, as they all rely on html2canvas under the hood, whose own FAQ discourages its use in browser extensions (I encountered CSP errors with it for logged in users)