Skip to content

Instantly share code, notes, and snippets.

@sorrycc
Created December 1, 2011 10:48
Show Gist options
  • Save sorrycc/1415771 to your computer and use it in GitHub Desktop.
Save sorrycc/1415771 to your computer and use it in GitHub Desktop.
'mail.google.com': function() {
var h = new Date().getHours();
if (h > 10 && h < 18) {
document.body.innerHTML = '<div style="font:60px/1.5 arial;color:gray;text-align:center;margin-top:200px;">工作时间别老看邮件.</div>';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment