Skip to content

Instantly share code, notes, and snippets.

@syusui-s
Created February 26, 2014 13: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 syusui-s/9229137 to your computer and use it in GitHub Desktop.
Save syusui-s/9229137 to your computer and use it in GitHub Desktop.
あれ
(function(){window.gruppi_alert = [];func = function(){var s = document.querySelectorAll("#chat_timeline > div");if(s.length != window.gruppi_alert.length){alert("NEW MESSAGE"+document.querySelector("#group_title > h1").innerText)} window.gruppi_alert = s;}; setInterval(func, 4000);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment