Skip to content

anyu/reddit-save-as-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)