Advertisement
Joeytje50

Untitled

Jul 7th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setInterval(function() {
  2.     $('#Rail .User.chat-mod:not(.admin) .username').each(function() {
  3.         if (!this.innerHTML.match(/List of non-admin chatmods/)) {
  4.             $(this).parent().addClass('admin');
  5.         }
  6.     });
  7. }, 1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement