NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name OkCupid matches refresh fix // @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)});}