Skip to content

Instantly share code, notes, and snippets.

@tzafrir
Created July 7, 2011 00:04
Show Gist options
  • Save tzafrir/1068638 to your computer and use it in GitHub Desktop.
Save tzafrir/1068638 to your computer and use it in GitHub Desktop.
Google+ nitificator
javascript:function f() {var n = document.getElementById('gbi1').innerHTML; if (n == 0) {document.title = "Google+"} else { document.title = "(" + n + ") Google+" } }; window.setInterval(f, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment