GGDemeno / OKC test

// ==UserScript==
// @name        OKC test
// @namespace   gal
// @include     http://www.okcupid.com/home
// @version     1
// @grant       none
// ==/UserScript==

Home.cycle_cb=
function (transport){this.nextmatches=transport.responseText;clearTimeout(this.errorTimeout);if(this.nextmatches.replace(/\s/gi,'')==''){delete this.nextmatches;this.showError(true);return;}
$('matches_block').addClassName('updating');$('matchphotobrowser').addClassName('refreshed');jQuery('#matchphotobrowser').fadeOut({duration:this.duration,complete:this.show.bind(this)});}