octatone / reddit.tv

HTML5 and AJAX display of videos from reddit.com to replace reddit.tv. Includes any video embed type from reddit. Only backend is reddit.com's API, everything else is clientside.
http://reddit.tv
MIT License
64 stars 72 forks source link

CSS fix and remember clicked videos #30

Closed jprado closed 11 years ago

jprado commented 11 years ago

The css fix is pretty simple, it just moves it a bit down so it doesn't get bleed off the top of the browser.

The second just remembers the video id into jStorage so you know which video's you've clicked and seen before. That way when you reload the page, it's easy to see which one's are new. Visited video thumbnails will have an opacity of 0.3.