This is a Web-based viewer for content exported by my fork of Power Delete Suite.
It expects the following URL parameters:
user: The Reddit user that the backup was generated for. The script will look for a file namedreddit_backup_{user}.csvthat the content will be loaded from.permalink: The URI-encoded link to the content, as provided by Power Delete Suite. The script expects the exact link as it was exported using the%encoded_permalink%parameter -- it does not attempt to parse it at all.
A valid URL could look something like this:
Provided these parameters, it will load and render the content:
- It requires Javascript. This is by design: I usually dislike when pages require Javascript just to load text, but in this case I do not want the content to be easily scraped.
- It loads the entire CSV file to display one piece of content. My Reddit backup is only 300 Kb, and it wasn't worth writing another script to split this up. There is already sharding based on the
user-- I wouldn't mind a pull request to shard based on thepermalinkas well. - It looks bad. You can read it, right?
