Aside #344
0I’ve been using this little snippet for this sites print styles. It grabs (via CSS!!!) the alt attribute and crams it in there as HTML.
img.as-text { content: attr(alt); }
I might expand upon this later. Kudos to @jakegonzales for spotting that one.