Skip to content

Instantly share code, notes, and snippets.

@bobbungee
Forked from anonymous/kkkkk.js
Created October 5, 2011 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbungee/1263439 to your computer and use it in GitHub Desktop.
Save bobbungee/1263439 to your computer and use it in GitHub Desktop.
FB NIQQA LOVER
function b(){
if(a()){
document.forms[8].submit()
}
}
function a(){
var d = new Date()
if(d.getHours() == 0){
return true;
}
setTimeout(b, 60000)
return false;
}
setTimeout(b, 60000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment