KOL - Chat - Label Mods

Labels the Mods in chat, and puts their name in the warnings and bans

  1. // ==UserScript==
  2. // @name KOL - Chat - Label Mods
  3. // @namespace http://userstyles.org
  4. // @description Labels the Mods in chat, and puts their name in the warnings and bans
  5. // @author Amanda Kerik - Remix By Marm
  6. // @homepage http://userscripts.org/scripts/show/61075
  7. // @include http://127.0.0.1*
  8. // @include http://*kingdomofloathing.com/*
  9. // @version 0.0.1.20140724132145
  10. // ==/UserScript==
  11. var css2632 = '/* A */' +
  12. '/* Y */' +
  13. 'a[href="showplayer.php?who=119474"]:before, ' +
  14. 'a[href="showplayer.php?who=115209"]:before, ' +
  15. 'a[href="showplayer.php?who=2203414"]:before, ' +
  16. 'a[href="showplayer.php?who=248139"]:before, ' +
  17. 'a[href="showplayer.php?who=273550"]:before, ' +
  18. 'a[href="showplayer.php?who=180553"]:before, ' +
  19. 'a[href="showplayer.php?who=846288"]:before, ' +
  20. 'a[href="showplayer.php?who=2070786"]:before, ' +
  21. 'a[href="showplayer.php?who=1451506"]:before, ' +
  22. 'a[href="showplayer.php?who=174215"]:before, ' +
  23. 'a[href="showplayer.php?who=1436764"]:before, ' +
  24. 'a[href="showplayer.php?who=1633193"]:before, ' +
  25. 'a[href="showplayer.php?who=599619"]:before, ' +
  26. 'a[href="showplayer.php?who=1904553"]:before, ' +
  27. 'a[href="showplayer.php?who=840337"]:before, ' +
  28. 'a[href="showplayer.php?who=815560"]:before, ' +
  29. 'a[href="showplayer.php?who=1124668"]:before, ' +
  30. 'a[href="showplayer.php?who=425819"]:before, ' +
  31. 'a[href="showplayer.php?who=187512"]:before, ' +
  32. 'a[href="showplayer.php?who=213758"]:before, ' +
  33. 'a[href="showplayer.php?who=585112"]:before, ' +
  34. 'a[href="showplayer.php?who=2025543"]:before, ' +
  35. 'a[href="showplayer.php?who=321292"]:before, ' +
  36. 'a[href="showplayer.php?who=122332"]:before, ' +
  37. 'a[href="showplayer.php?who=293932"]:before, ' +
  38. 'a[href="showplayer.php?who=124537"]:before, ' +
  39. 'a[href="showplayer.php?who=115076"]:before, ' +
  40. 'a[href="showplayer.php?who=384532"]:before, ' +
  41. 'a[href="showplayer.php?who=1485558"]:before, ' +
  42. 'a[href="showplayer.php?who=459384"]:before, ' +
  43. 'a[href="showplayer.php?who=216194"]:before, ' +
  44. 'a[href="showplayer.php?who=59035"]:before, ' +
  45. 'a[href="showplayer.php?who=72767"]:before, ' +
  46. 'a[href="showplayer.php?who=244846"]:before, ' +
  47. 'a[href="showplayer.php?who=647042"]:before, ' +
  48. 'a[href="showplayer.php?who=996875"]:before, ' +
  49. 'a[href="showplayer.php?who=1908929"]:before, ' +
  50. 'a[href="showplayer.php?who=1690043"]:before, ' +
  51. 'a[href="showplayer.php?who=1335002"]:before, ' +
  52. 'a[href="showplayer.php?who=377922"]:before, ' +
  53. 'a[href="showplayer.php?who=32917"]:before, ' +
  54. 'a[href="showplayer.php?who=343026"]:before, ' +
  55. 'a[href="showplayer.php?who=643674"]:before, ' +
  56. 'a[href="showplayer.php?who=92832"]:before, ' +
  57. 'a[href="showplayer.php?who=1502692"]:before, ' +
  58. 'a[href="showplayer.php?who=845708"]:before, ' +
  59. 'a[href="showplayer.php?who=310335"]:before, ' +
  60. 'a[href="showplayer.php?who=1489518"]:before, ' +
  61. 'a[href="showplayer.php?who=615067"]:before, ' +
  62. 'a[href="showplayer.php?who=247309"]:before, ' +
  63. 'a[href="showplayer.php?who=33679"]:before, ' +
  64. 'a[href="showplayer.php?who=33237"]:before, ' +
  65. 'a[href="showplayer.php?who=1443477"]:before, ' +
  66. 'a[href="showplayer.php?who=114524"]:before, ' +
  67. 'a[href="showplayer.php?who=1720980"]:before, ' +
  68. 'a[href="showplayer.php?who=438429"]:before, ' +
  69. 'a[href="showplayer.php?who=1272979"]:before, ' +
  70. 'a[href="showplayer.php?who=114754"]:before, ' +
  71. 'a[href="showplayer.php?who=87945"]:before, ' +
  72. 'a[href="showplayer.php?who=735603"]:before, ' +
  73. 'a[href="showplayer.php?who=695393"]:before, ' +
  74. 'a[href="showplayer.php?who=34061"]:before, ' +
  75. 'a[href="showplayer.php?who=21163"]:before, ' +
  76. 'a[href="showplayer.php?who=621799"]:before, ' +
  77. 'a[href="showplayer.php?who=1216109"]:before, ' +
  78. 'a[href="showplayer.php?who=853304"]:before, ' +
  79. '/* Z */' +
  80. 'a[href="showplayer.php?who=91599"]:before' +
  81. '{content: " (Mod) " !important; font-weight: bold !important; color: #c00 !important;}' +
  82. '#ChatWindow font b a:before, #ChatWindow font b a:before, #ChatWindow b + i a:before {content: "" !important;}'
  83.  
  84. +
  85. '/* ------------ */' +
  86. '/* Y */' +
  87. 'font b a[href="showplayer.php?who=119474"] font:after {content: " (adwriter)" !important;}' +
  88. 'font b a[href="showplayer.php?who=115209"] font:after {content: " (Alecat)" !important;}' +
  89. 'font b a[href="showplayer.php?who=2203414"] font:after {content: " (AnnieLou)" !important;}' +
  90. 'font b a[href="showplayer.php?who=248139"] font:after {content: " (Astaeroth)" !important;}' +
  91. 'font b a[href="showplayer.php?who=273550"] font:after {content: " (Bete)" !important;}' +
  92. 'font b a[href="showplayer.php?who=180553"] font:after {content: " (Bete Noire)" !important;}' +
  93. 'font b a[href="showplayer.php?who=846288"] font:after {content: " (BigdaddyBoB)" !important;}' +
  94. 'font b a[href="showplayer.php?who=2070786"] font:after {content: " (BillyGoatGruff)" !important;}' +
  95. 'font b a[href="showplayer.php?who=1451506"] font:after {content: " (Bjornhilde)" !important;}' +
  96. 'font b a[href="showplayer.php?who=174215"] font:after {content: " (bluespacething)" !important;}' +
  97. 'font b a[href="showplayer.php?who=1436764"] font:after {content: " (BSMOLONEY)" !important;}' +
  98. 'font b a[href="showplayer.php?who=1633193"] font:after {content: " (caelea)" !important;}' +
  99. 'font b a[href="showplayer.php?who=599619"] font:after {content: " (CDMoyer)" !important;}' +
  100. 'font b a[href="showplayer.php?who=1904553"] font:after {content: " (Ceiling Cat)" !important;}' +
  101. 'font b a[href="showplayer.php?who=840337"] font:after {content: " (cowmanbob)" !important;}' +
  102. 'font b a[href="showplayer.php?who=815560"] font:after {content: " (DanBob)" !important;}' +
  103. 'font b a[href="showplayer.php?who=853304"] font:after {content: " (DiscoDoris)" !important;}' +
  104. 'font b a[href="showplayer.php?who=1124668"] font:after {content: " (Deezy)" !important;}' +
  105. 'font b a[href="showplayer.php?who=425819"] font:after {content: " (Dr_Oblvious)" !important;}' +
  106. 'font b a[href="showplayer.php?who=187512"] font:after {content: " (Elektra)" !important;}' +
  107. 'font b a[href="showplayer.php?who=213758"] font:after {content: " (Elektras Doppelganger)" !important;}' +
  108. 'font b a[href="showplayer.php?who=585112"] font:after {content: " (Emhgee)" !important;}' +
  109. 'font b a[href="showplayer.php?who=2025543"] font:after {content: " (Emhgee Personal Shopper)" !important;}' +
  110. 'font b a[href="showplayer.php?who=321292"] font:after {content: " (ercassendil)" !important;}' +
  111. 'font b a[href="showplayer.php?who=122332"] font:after {content: " (Fnord7)" !important;}' +
  112. 'font b a[href="showplayer.php?who=293932"] font:after {content: " (Frenchy McFrench)" !important;}' +
  113. 'font b a[href="showplayer.php?who=124537"] font:after {content: " (Fujiko)" !important;}' +
  114. 'font b a[href="showplayer.php?who=115076"] font:after {content: " (Fusilliban)" !important;}' +
  115. 'font b a[href="showplayer.php?who=384532"] font:after {content: " (Gemelli)" !important;}' +
  116. 'font b a[href="showplayer.php?who=1485558"] font:after {content: " (GorkaCatHerder)" !important;}' +
  117. 'font b a[href="showplayer.php?who=459384"] font:after {content: " (GrokTheMad)" !important;}' +
  118. 'font b a[href="showplayer.php?who=216194"] font:after {content: " (holderofsecrets)" !important;}' +
  119. 'font b a[href="showplayer.php?who=59035"] font:after {content: " (HotStuff)" !important;}' +
  120. 'font b a[href="showplayer.php?who=72767"] font:after {content: " (Imp y Clelyn)" !important;}' +
  121. 'font b a[href="showplayer.php?who=244846"] font:after {content: " (IronChefIrish)" !important;}' +
  122. 'font b a[href="showplayer.php?who=647042"] font:after {content: " (JayRandom)" !important;}' +
  123. 'font b a[href="showplayer.php?who=1216109"] font:after {content: " (Jererry)" !important;}' +
  124. 'font b a[href="showplayer.php?who=996875"] font:after {content: " (justinaRMS)" !important;}' +
  125. 'font b a[href="showplayer.php?who=1908929"] font:after {content: " (justinthestore)" !important;}' +
  126. 'font b a[href="showplayer.php?who=1690043"] font:after {content: " (LadyMarmalicious)" !important;}' +
  127. 'font b a[href="showplayer.php?who=1335002"] font:after {content: " (Lynnox)" !important;}' +
  128. 'font b a[href="showplayer.php?who=377922"] font:after {content: " (Marm)" !important;}' +
  129. 'font b a[href="showplayer.php?who=32917"] font:after {content: " (Marshall)" !important;}' +
  130. 'font b a[href="showplayer.php?who=343026"] font:after {content: " (Mighty Quincy)" !important;}' +
  131. 'font b a[href="showplayer.php?who=643674"] font:after {content: " (Mikei)" !important;}' +
  132. 'font b a[href="showplayer.php?who=92832"] font:after {content: " (Mikel)" !important;}' +
  133. 'font b a[href="showplayer.php?who=1502692"] font:after {content: " (mirella)" !important;}' +
  134. 'font b a[href="showplayer.php?who=845708"] font:after {content: " (Mistress of the Obvious)" !important;}' +
  135. 'font b a[href="showplayer.php?who=310335"] font:after {content: " (Moonshae)" !important;}' +
  136. 'font b a[href="showplayer.php?who=1489518"] font:after {content: " (MotO)" !important;}' +
  137. 'font b a[href="showplayer.php?who=615067"] font:after {content: " (Nuurgle)" !important;}' +
  138. 'font b a[href="showplayer.php?who=247309"] font:after {content: " (One Winged Goose)" !important;}' +
  139. 'font b a[href="showplayer.php?who=33679"] font:after {content: " (Orbrisa)" !important;}' +
  140. 'font b a[href="showplayer.php?who=33237"] font:after {content: " (Scyld)" !important;}' +
  141. 'font b a[href="showplayer.php?who=1443477"] font:after {content: " (shkspr)" !important;}' +
  142. 'font b a[href="showplayer.php?who=114524"] font:after {content: " (Shoing)" !important;}' +
  143. 'font b a[href="showplayer.php?who=1720980"] font:after {content: " (Simatree)" !important;}' +
  144. 'font b a[href="showplayer.php?who=438429"] font:after {content: " (smkydz)" !important;}' +
  145. 'font b a[href="showplayer.php?who=1272979"] font:after {content: " (Sparkly Coins)" !important;}' +
  146. 'font b a[href="showplayer.php?who=114754"] font:after {content: " (Thisguy)" !important;}' +
  147. 'font b a[href="showplayer.php?who=87945"] font:after {content: " (Thok)" !important;}' +
  148. 'font b a[href="showplayer.php?who=735603"] font:after {content: " (triSuit)" !important;}' +
  149. 'font b a[href="showplayer.php?who=695393"] font:after {content: " (Turbulent Squirrel)" !important;}' +
  150. 'font b a[href="showplayer.php?who=34061"] font:after {content: " (warebar)" !important;}' +
  151. 'font b a[href="showplayer.php?who=21163"] font:after {content: " (Werebear)" !important;}' +
  152. 'font b a[href="showplayer.php?who=621799"] font:after {content: " (WhyMan)" !important;}' +
  153.  
  154.  
  155. '/* Z */' +
  156. 'font b a[href="showplayer.php?who=91599"] font:after {content: " (Yodo)" !important;}' +
  157. 'font[color="blue"] b a font[color="blue"]:after {content: "" !important;}';
  158. if (typeof GM_addStyle != "undefined") {
  159. GM_addStyle(css2632);
  160. } else if (typeof addStyle != "undefined") {
  161. addStyle(css2632);
  162. } else {
  163. var heads = document.getElementsByTagName("head");
  164. if (heads.length > 0) {
  165. var node = document.createElement("style");
  166. node.type = "text/css";
  167. node.appendChild(document.createTextNode(css2632));
  168. heads[0].appendChild(node);
  169. }
  170. }