Advertisement
Guest User

AaMC Chat Extension - Random Spam

a guest
May 27th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).on("DOMNodeInserted", ".DashboardChat--post", function(){
  2.     var PostBody = $(this).find(".DashboardChatPostContent").children("span");
  3.     PostBody.html("SPAMSPAMSPAM")
  4. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement