A handy Chrome extension to save a Reddit comment as PDF.
Because occasionally I want to do so.
Works with the new Reddit UI, not old.
Available in the Chrome Web Store: Reddit Save as PDF
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)