Skip to content

Instantly share code, notes, and snippets.

@olenhad
Created September 20, 2012 10:14
Show Gist options
  • Save olenhad/3755065 to your computer and use it in GitHub Desktop.
Save olenhad/3755065 to your computer and use it in GitHub Desktop.
Cute gmail chat flood hack
var intervalId = setInterval(function teaseMina(){document.getElementsByClassName("ad3")[0].value=document.getElementsByClassName("ad3")[0].value+"\nMina"},100);
//To stop: clearInterval(intervalId);
@shawntan
Copy link

Eh! Turn it into a bookmarklet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment