Reddit Image Browser is a client-side image browser for Reddit. The application uses jQuery to fetch and process unauthenticated JSONP. Some rendering is done with D3.js with the eventual goal of creating richer visualizations and user interactivity. HTML 5 Local Storage is used to maintain state.
Features:
Runs entirely in your browser.
Identifies post type (i.e. NSFW, videos, self) and displays content in an appropriate format.
Infinite scrolling with automatic asynchronous loading.
Hotkeys, such as j to go to next post and c to open comments page, enable fast browsing.
Your subreddit selections persist across sessions via HTML 5 Local Storage.
Local Storage support for IE provided by Remy Sharp’s storage polyfill.