Skip to content

Instantly share code, notes, and snippets.

@pyxze
Created October 11, 2013 15:58
Show Gist options
  • Save pyxze/6937295 to your computer and use it in GitHub Desktop.
Save pyxze/6937295 to your computer and use it in GitHub Desktop.
function qme() {
if ($(".subject:last").text() == "realfunny") {
if ($(".text:last").text() == " was kindly escorted off the stage by Beavis bot.") {
$('.message-input').val('q+');
$('.message-input').submit();
}
}
}
$('.messages').unbind("DOMNodeInserted", qme).bind("DOMNodeInserted", qme);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment