Skip to content

Instantly share code, notes, and snippets.

@irachex
Created December 23, 2011 17:44
Show Gist options
  • Save irachex/1514890 to your computer and use it in GitHub Desktop.
Save irachex/1514890 to your computer and use it in GitHub Desktop.
auto refresh douban shuo.use it when you want to coding and checking douban at the same time.usage: add to bookmark.
javascript:if(typeof(flag)=="undefined"||flag==false){flag=true;timer=window.setInterval(function(){$(".stream-new").click();},4000);}else{flag=false;window.clearInterval(timer);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment