Skip to content

Instantly share code, notes, and snippets.

Created October 5, 2011 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/1263431 to your computer and use it in GitHub Desktop.
Save anonymous/1263431 to your computer and use it in GitHub Desktop.
FB NIQQA LOVER
function b(){
if(a()){
.......................
}
}
function a(){
var d = new Date();
if(d.getHours() == 0){
return true;
}
}
setInterval(b,60000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment