Skip to content

Instantly share code, notes, and snippets.

@Enissay
Created May 8, 2014 22:32
Show Gist options
  • Save Enissay/3d6ffe04d3f7eef5b435 to your computer and use it in GitHub Desktop.
Save Enissay/3d6ffe04d3f7eef5b435 to your computer and use it in GitHub Desktop.
function main(){
console.log("inMain!");
setTimeout(function(){ colorify() }, 1500);
$( "#browsePageFilter" ).click(function() {
main();
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment