rule52

Aug 04
Permalink
Feb 12
Permalink

Sort your netflix queue by rating


jQuery(“#qbody”).find(“tr”).toArray().sort(function (a, b) {
function rating (el) {
return + jQuery(el).find(“td.st span.stbrMaskFg”).attr(“class”).match(/\d\d?/)[0];
}
return rating(a) > rating(b);
}).forEach(function (el, i, arr) {
i = arr.length - i;
jQuery(el).find(“input.o”).val(i);
});

Sep 16
Permalink
Aug 24
Permalink
Jun 17
Permalink
Apr 07
Permalink
Sep 23
Permalink
Jun 09
Permalink
davidkaneda:

DoGood, by mobil33t (via benjaminf)
Awesome idea, free app, and nice design.

davidkaneda:

DoGood, by mobil33t (via benjaminf)

Awesome idea, free app, and nice design.

Jun 03
Permalink
May 27
Permalink
Riding goofy bikes to Mike Relm at the google I/O afterparty

Riding goofy bikes to Mike Relm at the google I/O afterparty