daviddeutsch / yt-sanegrid

YouTube abandoned the subscription grid view. This has made a lot of people very angry and been widely regarded as a bad move.
http://daviddeutsch.github.io/yt-sanegrid/
GNU General Public License v3.0
37 stars 10 forks source link

Sort the videos correctly #19

Closed kbillings closed 11 years ago

kbillings commented 11 years ago

I believe this should work and sort the videos in the correct fashion.

daviddeutsch commented 11 years ago

Sorry, doesn't seem to be working as intended - pushing it through localStorage destroys the Date object.

kbillings commented 11 years ago

But I'm fairly certain that Date.parse() doesn't return a Date object, it should just return an integer value of the milliseconds since the Unix Epoch.

daviddeutsch commented 11 years ago

Works now.