Advertisement
HolotheWise

normlpeople script

Feb 11th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @id            
  3. // @name           Normlpeople script
  4. // @version        134 Jan,03 ,2013
  5. // @author         Shinypony
  6. // @description    This script is for the emotes in the normlpeople synchtube.
  7. // @include        http://www.synchtube.com/r/normlpeople*
  8. // @run-at         document-end
  9. // ==/UserScript==
  10. /**********************************************
  11.  Add here your Javascript code.
  12.  
  13.  To debug your code use Preview mode and
  14.  debug betterinternetuserscript.js using
  15.  Firebug/other debugger.
  16. **********************************************/
  17. (function(){
  18. document.addEventListener("DOMContentLoaded", function(){
  19. var facecodes={
  20. ":angel:":'<img src="" width="80" height="80" title="angel">',
  21. ":applebloom:":'<img src="http://i.imgur.com/t0IuE.png" width="62" height="80" title="applebloom">',
  22. ":applefritter:":'<img src="http://i.imgur.com/71ZTs.png" width="76" height="80" title="applefritter">',
  23. ":applejack:":'<img src="http://i.imgur.com/DPlMs.png" width="71" height="80" title="applejack">',
  24. ":berrypunch:":'<img src="http://i.imgur.com/CVy1q.png" width="96" height="60" title="berrypunch">',
  25. ":goodship:":'<img src="http://i.imgur.com/ZbcQq.png" width="90" height="68" title="goodship">',
  26. ":bestship:":'<img src="http://i.imgur.com/xWlE944.png" title="bestship">',
  27. ":bigmacintosh:":'<img src="http://i.imgur.com/g6dus.png" width="73" height="80" title="bigmacintosh">',
  28. ":celestia:":'<img src="http://i.imgur.com/djo0G.jpg" width="100" height="42" title="celestia">',
  29. ":cheerilee:":'<img src="http://i.imgur.com/hn7Xg.png" width="125" height="64" title="cheerilee">',
  30. ":cheeselegs:":'<img src="http://i.imgur.com/UnOk0.png" width="90" height="51" title="cheeselegs">',
  31. ":derpyhooves:":'<img src="http://i.imgur.com/lzyq6.png" width="80" height="80" title="derpyhooves">',
  32. ":fluttershy:":'<img src="http://i.imgur.com/0FJJx.png" width="80" height="68"title="fluttershy">',
  33. ":gilda:":'<img src="http://i.imgur.com/alupK.png" width="107" height="90" title="gilda">',
  34. ":goldenharvest:":'<img src="http://i.imgur.com/4JTeo.png" width="98" height="60" title="goldenharvest">',
  35. ":grannysmith:":'<img src="http://i.imgur.com/dKANG.png" width="69" height="90" title="grannysmith">',
  36. ":littlestrongheart:":'<img src="http://i.imgur.com/WAGn1.jpg" width="83" height="100" title="littlestrongheart">',
  37. ":luna:":'<img src="http://i.imgur.com/5L0vn.png" width="90" height="56" title="luna">',
  38. ":lyraheartstrings:":'<img src="http://i.imgur.com/AIkhlpT.png" title="lyraheartstrings">',
  39. ":minty:":'<img src="http://i.imgur.com/MPUef.png" width="78" height="80" title="minty">',
  40. ":minuette:":'<img src="http://i.imgur.com/fTHGe.png" width="81" height="60" title="minuette">',
  41. ":octavia:":'<img src="http://i.imgur.com/9FgpO.png" width="103" height="80" title="octavia">',
  42. ":pinkiepie:":'<img src="http://i.imgur.com/PlIg4.png" width="78" height="80" title="pinkiepie">',
  43. ":pipsqueak:":'<img src="http://i.imgur.com/Kceyv.png" width="62" height="80" title="pipsqueak">',
  44. ":rainbowdash:":'<img src="http://i.imgur.com/KOkiy.png" width="80" height="56" title="rainbowdash">',
  45. ":rarity:":'<img src="http://i.imgur.com/hN0sg.png" width="80" height="80" title="rarity">',
  46. ":roseluck:":'<img src="http://i.imgur.com/MHiwz.png" width="104" height="80" title="roseluck">',
  47. ":royalguard:":'<img src="http://i.imgur.com/ixeLW.png" width="71" height="80" title="royalguard">',
  48. ":scootaloo:":'<img src="http://i.imgur.com/S6tOq.png" width="72" height="80" title="scootaloo">',
  49. ":snails:":'<img src="http://i.imgur.com/5dYgz.png" width="74" height="80" title="snails">',
  50. ":soarin:":'<img src="http://i.imgur.com/RuoMj.png" width="61" height="70" title="soarin">',
  51. ":spike:":'<img src="http://i.imgur.com/f78IW.png" width="96" height="77" title="spike">',
  52. ":spitfire:":'<img src="http://i.imgur.com/oRjeX.png" width="74" height="80" title="spitfire">',
  53. ":sweetiebelle:":'<img src="http://i.imgur.com/lyryF.png" width="67" height="81" title="sweetiebelle">',
  54. ":trixie:":'<img src="http://i.imgur.com/xxN6cQw.png" title="trixie">',
  55. ":twilightsparkle:":'<img src="http://i.imgur.com/ER6uH.png" width="80" height="56" title="twilightsparkle">',
  56. ":twinkleshine:":'<img src="http://i.imgur.com/l7b8j.png" width="68" height="80" title="twinkleshine">',
  57. ":twist:":'<img src="http://i.imgur.com/9ghcy.png" width="73" height="80" title="twist">',
  58. ":wub:":'<img src="http://i.imgur.com/tWlGu.gif" width="80" height="76" title="wub">',
  59. ":zecora:":'<img src="http://i.imgur.com/j0Anw.jpg" width="80" height="80" title="zecora">',
  60. ":daringdoo:":'<img src="http://i.imgur.com/FVeYx.png" width="80" height="80" title="daringdoo">',
  61. ":gun:":'<img src="http://i.imgur.com/hzqzF.gif" width="90" height="90" title="gun">',
  62. // Ponies without emotes:
  63. // Cancer Pony
  64. // Carrot Cake
  65. // Cranky Doodle Donkey
  66. // Cup Cake
  67. // Diamond Tiara
  68. // Pound Cake
  69. // Pumpkin Cake
  70. // Screwball
  71. // Screwloose
  72. // Shining Armor
  73. // Silver Spoon
  74. // Snips
  75. // Pony and people emotes:
  76. ":chicken:":'<img src="http://i.imgur.com/WzvS9.png" width="68" height="80" title="chicken">',
  77. ":correspondent:":'<img src="http://i.imgur.com/7vT7z.png" width="62" height="80" title="correspondent">',
  78. ":faust:":'<img src="http://i.imgur.com/TSz2m.png" width="80" height="74" title="faust">',
  79. ":futashy:":'<img src="http://i.imgur.com/i8AGg.png" width="80" height="64" title="futashy">',
  80. ":pinkamena:":'<img src="http://i.imgur.com/FPFAd.gif" width="73" height="80" title="pinkamena">',
  81. ":tarastrong:":'<img src="http://i.imgur.com/Cp90O.png" width="80" height="80" title="tarastrong">',
  82. ":tara:":'<img src="http://i.imgur.com/lxjRu.jpg" width="80: height="80" title="tara">',
  83. // Autism emotes:
  84. ":ricky:":'<img src="http://i.imgur.com/N5yvR.jpg" width="80" height="80" title="ricky">',
  85. ":autism:":'<img src="http://i.imgur.com/yJnky.png" width="70" height="54" title="autism">',
  86. ":bestbrony:":'<img src="http://i.imgur.com/u5uGd.png" width="80" height="79" title="bestbrony">',
  87. ":brony:":'<img src="http://i.imgur.com/VOdl7.gif" width="65" height="33" title="brony">',
  88. ":chrischan:":'<img src="http://i.imgur.com/BAwiN.png" width="60" height="80" title="chrischan">',
  89. ":cinnamongroove:":'<img src="http://i.imgur.com/JEFMH.png" width="62" height="80" title="cinnamongroove">',
  90. ":friendshipismagic:":'<img src="http://i.imgur.com/lRrWg.png" width="80" height="80" title="friendshipismagic">',
  91. ":foamadventure:":'<img src="http://i.imgur.com/OQN9u.png" width="90" height="59" title="foamadventure">',
  92. ":meelz:":'<img src="http://i.imgur.com/VfMIY.png" width="69" height="73" title=""meelz>',
  93. ":nathan:":'<img src="http://i.imgur.com/sImry.png" width="63" height="80" title="nathan">',
  94. ":rainboomcrash:":'<img src="http://i.imgur.com/Den1v.png" width="60" height="60" title="rainboomcrash">',
  95. // Other emotes:
  96. ":420:":'<img src="http://i.imgur.com/rMIpu.png" width="80" height="66" title="420">',
  97. ":america:":'<img src="http://i.imgur.com/yAVSi.png" width="80" height="60" title="america">',
  98. ":basicmushroom:":'<img src="http://i.imgur.com/hLC1b.png" width="65" height="80" title="basicmushroom">',
  99. ":baww:":'<img src="http://i.imgur.com/QcmJw.png" width="80" height="64" title="baww">',
  100. ":bongrips:":'<img src="http://i.imgur.com/mM6FE.png" width="59" height="60" title="bongrips">',
  101. ":usa:":'<img src="http://i.imgur.com/5Ke6f.gif" width="62" height="70" title="usa">',
  102. ":clop:":'<img src="http://i.imgur.com/M8aYv.png" width="71" height="80" title="clop">',
  103. ":coolstorybro:":'<img src="http://i.imgur.com/QITik.png" width="120" height="90" title="coolstorybro">',
  104. ":cumonstepitup:":'<img src="http://i.imgur.com/RjfKr.gif" width="80" height="56" title="cumonstepitup">',
  105. ":cupcakes:":'<img src="http://i.imgur.com/LTner.gif" width="80" height="67" title="cupcakes">',
  106. ":datplot:":'<img src="http://i.imgur.com/x5mxh.png" width="68" height="80" title="datplot">',
  107. ":facepalm:":'<img src="http://i.imgur.com/phT05.png" width="67" height="80" title="facepalm">',
  108. ":flutterface:":'<img src="http://i.imgur.com/YuiAj.png" width="69" height="98" title="flutterface">',
  109. ":fuckthepolice:":'<img src="http://i.imgur.com/nJjCc.png" width="60" height="79" title="fuckthepolice">',
  110. ":gildamenow:":'<img src="http://i.imgur.com/o42gF.png" width="80" height="59" title="gildamenow">',
  111. ":go:":'<img src="http://i.imgur.com/Vo97C.gif" width="50" height="38" title="go">',
  112. ":gottagofast:":'<img src="http://i.imgur.com/koTZA.gif" width="97" height="73" title="gottagofast">',
  113. ":heilcelestia:":'<img src="http://i.imgur.com/NnX3n.png" width="80" height="71" title="heilcelestia">',
  114. ":ISHYGDDT:":'<img src="http://i.imgur.com/Bftfr.png" width="80" height="80" title="ISHTGDDT">',
  115. ":jump:":'<img src="http://i.imgur.com/UPhKb.gif" width="81" height="90" title="jump">',
  116. ":killmenow:":'<img src="http://i.imgur.com/ses8j.png" width="62" height="80" title="killmenow">',
  117. ":laughingponywhores:":'<img src="http://i.imgur.com/1w3cJ.png" width="80" height="64" title="laughingponywhores">',
  118. ":lolcocks:":'<img src="http://i.imgur.com/PWPzE.png" width="80" height="57" title="lolcocks">',
  119. ":love:":'<img src="http://i.imgur.com/GykMH.png" width="16" height="16" title="love">',
  120. ":motherland:":'<img src="http://i.imgur.com/aC1U7.png" width="58" height="80" title="motherland">',
  121. ":ohmy:":'<img src="http://i.imgur.com/j1qzz.png" width="74" height="80" title="ohmy">',
  122. ":rape:":'<img src="http://i.imgur.com/hfzwS.png" width="80" height="70" title="rape">',
  123. ":sanic:":'<img src="http://i.imgur.com/0CfVp.png" width="46" height="80" title="sanic">',
  124. ":soon:":'<img src="http://i.imgur.com/i93A3.png" width="88" height="60" title="soon">',
  125. ":stanza:":'<img src="http://i.imgur.com/Bftfr.png" width="80" height="80" title="stanza">',
  126. ":stonerrarity:":'<img src="http://i.imgur.com/IWpZF.png" width="95" height="94" title="stonerrarity">',
  127. ":stonershy:":'<img src="http://i.imgur.com/UIiEr.gif" width="76" height="90" title="stonershy">',
  128. ":techno:":'<img src="http://i.imgur.com/R79sX.gif" width="150" height="93" title="techno">',
  129. ":tulpa:":'<img src="http://i.imgur.com/61k96.png" width="84" height="80" title="tulpa">',
  130. ":whatever:":'<img src="http://i.imgur.com/WrtrT.png" width="60" height="59" title="whatever">',
  131. ":yourtooslow:":'<img src="http://i.imgur.com/3vanI.gif" width="97" height="73" title="yourtooslow">',
  132. ":iwatchforthis:":'<img src="http://i.imgur.com/KatYs.png" width="80" height="85" title="iwatchforthis">',
  133. // Non-pony:
  134. ":burd:": '<img src="http://i.imgur.com/agpKo.gif" width="35" height="36" title="burd">',
  135. ":duane:":'<img src="http://i.imgur.com/Z7AK4.gif" width="70" height="47" title="duane">',
  136. ":mario:":'<img src="http://i.imgur.com/sRoH1.gif" width="37" height="70" title="mario">',
  137. ":smokeweed:":'<img src="http://i.imgur.com/5rq0l.gif" width="21" height="49" title="smokeweed">',
  138. ":nigga:":'<img src="http://i.imgur.com/YZZj5.gif" width="75" height="75" title="nigga">',
  139. ":troll:":'<img src="http://i.imgur.com/w0wFN.png" width="30" height="25" title="troll">',
  140. "::D:":'<img src="http://i.imgur.com/STgsM.png" width="40" height="40">',
  141. "D:":'<img src="http://i.imgur.com/oA2l2.gif" width="40" height="40">',
  142. // New emotes:
  143. ":ohgodwhat:":'<img src="http://i.imgur.com/xMSMj.png" width="82" height="80" title="ohgodwhat">',
  144. ":scootaluna:":'<img src="http://i.imgur.com/kOhsl.png" width="72" height="80" title="scootaluna">',
  145. ":uncle:":'<img src="http://i.imgur.com/X9JVs.png" width="62" height="80" title="uncle">',
  146. ":greenandpurple:":'<img src="http://i.imgur.com/LM734.png" width="80" height="73" title="greenandpurple">',
  147. ":ohyou:": '<img src="http://i.imgur.com/d1vK4.png" width="70" height="70" title="ohyou">',
  148. ":pokerface:": '<img src="http://i.imgur.com/o8C2u.gif" width="54" height="60" title="pokerface">',
  149. ":1000years:": '<img src="http://i.imgur.com/AnqS7.gif" width="74" height="80" title="1000years">',
  150. ":snoop:": '<img src="http://i.imgur.com/wywzX.gif" width="50" height="55" title="snoop">',
  151. ":feel:": '<img src="http://i.imgur.com/vk10K.png" width="65" height="65" title="feel">',
  152. ":world:": '<img src="http://i.imgur.com/E5I6b.gif" width="65" height="65" title="world">',
  153. ":daringjump:": '<img src="http://i.imgur.com/IV1ul.gif" width="65" height="65" title="daringjump">',
  154. ":cocaine:": '<img src="http://i.imgur.com/FUSU9.png" width="65" height="65" title="cocaine">',
  155. ":douevenlift: ": '<img src="http://i.imgur.com/qw382.gif" width="65" height="65" title="douevenlift">',
  156. ":lamp: ": '<img src="http://i.imgur.com/vmc2Y.gif" width="65" height="65" title="lamp">',
  157. // Unused emotes:
  158. ":dontgiveafuck:":'<img src="http://i.imgur.com/hqGYX.gif" width="100" height="65" title="dontgiveafuck">',
  159. ":pomf:":'<img src="http://i.imgur.com/a3MoR.png" width="68" height="55" title="pomf">',
  160. ":bateman:" : '<img src="http://i2.kym-cdn.com/entries/icons/original/000/001/714/doublesguy.jpg" width="40" height="40" title="bateman">',
  161. ":sweetcelestia:":'<img srcyoureawesome="http://i.imgur.com/zfMGs.png" width="71" height="80" title="sweetcelestia">',
  162. "epample":"EXAPMLE",
  163. ":tongue:":'<img src="http://i.imgur.com/w1p4h.gif" width="71" height="80" title="tongue">',
  164. ":alex:":'<img src="http://i.imgur.com/3f8fo.jpg" width="50" height="50" title="alex">',
  165. // Colored text:
  166. ':end:' : '</span>',
  167. ':e:' : '</span>',
  168. ':yellow:' : '<span style="color:#eeda3d">',
  169. ':blue:' : '<span style="color:#088bcb">',
  170. ':cyan:' : '<span style="color:cyan">',
  171. ':red:' : '<span style="color:#e52f35">',
  172. ':green:' : '<span style="color:#4cac37">',
  173. ':violet:' : '<span style="color:violet">',
  174. ':purple:' : '<span style="color:#5d2484">',
  175. ':orange:' : '<span style="color:#ffaf4c">',
  176. ':brown:' : '<span style="color:brown">',
  177. ':deeppink:' : '<span style="color:deeppink">',
  178. ':indigo:' : '<span style="color:indigo">',
  179. ':pink:' : '<span style="color:pink">',
  180. ':chocolate:' : '<span style="color:chocolate">',
  181. ':silver:' : '<span style="color:silver">',
  182. ':tan:' : '<span style="color:tan">',
  183. ':implying:' : '<span style="color:#789922">',
  184. 'shinypony:' : '<span style="color:red; font-weight:bold;">Shiny the Great:</span>',
  185. 'RaaRaa:' : '<span><font color="#C37FC8">Raa</font><font color="#3BBA41">Raa</font></span>',
  186. 'Yesfan:' : '<span style="color:#0F1875; font-weight:bold;">Yesfan the Epic:</span>',
  187. 'Faggot666:' : '<font color="Purple">Faggot</font><font color="Pink">666</font>:',
  188. 'CMCSpitfire:' : '<span style="font-weight:bold;"><font color=red>C</font><font color=blue>M</font><font color=green>C</font><font color=yellow>S</font><font color=purple>p</font><font color=orange>i</font><font color=red>t</font><font color=blue>f</font><font color=green>i</font><font color=yellow>r</font><font color=purple>e</font>:</span>',
  189. //Red, Blue, Green, Yellow, Purple, Orange repeat until the end of my
  190. 'CaptainUSSR:' : '<span style="font-weight:bold;"><font color=red>Captain</font><font color=orange>USSR:</font></span>',
  191. 'ROBOxHOBO:' : '<span font-weight:bold;"><font color=ff0000>G</font><font color=ff1100>l</font><font color=ff2200>o</font><font color=ff3300>r</font><font color=ff4400>i</font><font color=ff5500>o</font><font color=ff6600>u</font><font color=ff7700>s</font> <font color=ff8800>L</font><font color=ff9900>e</font><font color=ffaa00>a</font><font color=ffbb00>d</font><font color=ffcc00>e</font><font color=ffdd00>r:</font></span>',
  192. 'HoloDash:' : '<span style="font-weight:bold;"><FONT COLOR="#FF0000">H</FONT><FONT COLOR="#FF8000">o</FONT><FONT COLOR="#FFff00">l</FONT><FONT COLOR="#00ff00">o</FONT><FONT COLOR="#00ff80">D</FONT><FONT COLOR="#00ffff">a</FONT><FONT COLOR="#0080ff">s</FONT><FONT COLOR="#4700ff">h</FONT>:</span>',
  193. ':s:':'<span class="spoiler">',
  194. '( ͡° ͜ʖ ͡°)' : '<span style="font-weight:bold;">I am a faggot!</span>',
  195.  
  196. //Requests for Normlpeople
  197. ":twhylight:":'<img src="http://i.imgur.com/xbkwV.jpg" title="twhylight">',
  198. ":twily":'<img src="http://i.imgur.com/3u8dS.jpg" title="twily">',
  199. ":nurseredheart:":'<img src="http://i.imgur.com/ogI9c.png" title="nurseredheart">',
  200. ":colgate:":'<img src="http://i.imgur.com/TJxcQ.png" title="colgate">',
  201. ":horse:":'<img src="http://i.imgur.com/qHZLk.png" title="horse">',
  202. ":bonbon:":'<img src="http://i.imgur.com/VMwDOgu.png" title="bonbon">',
  203. ":bedroomeyes:":'<img src="http://i.imgur.com/rv5GO.png" title="bedroomeyes">',
  204. ":lie:":'<img src="http://i.imgur.com/N7cZI.gif?1" title="lie">',
  205. ":spaghettah:":'<img src="http://i.imgur.com/O5FREZW.jpg?1" title="spaghettah">',
  206. ":stalker:":'<img src="http://i.imgur.com/XL74Z4b.jpg?1" title="stalker">',
  207. ":removekebab:":'<img src="http://i.imgur.com/9vFH0pb.jpg?1" title="removekebab">',
  208. ":cuminside:":'<img src="http://i.imgur.com/eBtww.png" title="cuminside">',
  209. ":science:":'<img src="http://i.imgur.com/LMMxD.png" title="science">',
  210. ":thunderlane:":'<img src="http://i.imgur.com/RlnqJ.png" title="thunderlane">',
  211. ":braeburn:":'<img src="http://i.imgur.com/7JqGcpP.png" title="braeburn">',
  212. ":cadence:":'<img src="http://i.imgur.com/R1F0R.jpg" title="cadence">',
  213. ":stevenmagnet:":'<img src="http://i.imgur.com/9B76z.png" title="stevenmagnet">',
  214. ":firefly:":'<img src="http://i.imgur.com/3xo6F.png" title="firefly">',
  215. ":humans:":'<img src="http://i.imgur.com/JQmps.png" title="humans">',
  216. ":rage:":'<img src="http://i.imgur.com/PT1XW.png" title="rage">',
  217. ":flitter:":'<img src="http://i.imgur.com/HvpMf.png" title="flitter">',
  218. ":cloudchaser:":'<img src="http://i.imgur.com/rvETZ.png" title="cloudchaser">',
  219. ":hipster:":'<img src="http://i.imgur.com/zpJr8.png" title="hipster">',
  220. ":headbang:":'<img src="http://i.imgur.com/q3Xvy.gif" width="45" height="70" title="headbang">',
  221. ":eatadick:":'<img src="http://i.imgur.com/5fmajes.gif" title="eatadick">',
  222. "somebody":'somepony',
  223. "anybody":'anypony',
  224. "everybody":'everypony',
  225. ":whatswrongwithyou:":'<img src="http://i.imgur.com/DpbFWuC.gif" height="80" title="whatswrongwithyou">',
  226. ":youreawesome:":'<img src="http://i.imgur.com/B8oZntn.gif" height="80" title="youreawesome">',
  227. ":icanfaptothis:":'<img src="http://i.imgur.com/9ezcutg.gif" height="80" title="icanfaptothis">',
  228. ":absodisgus:":'<img src="http://i.imgur.com/gyom0x8.jpg" height="80" title="absodisgus">',
  229. ":whatthefuck:":'<img src="http://i.imgur.com/l2wKzr3.png" height="80" title="whatthefuck">',
  230. ":disgonbgud:":'<img src="http://i.imgur.com/8q0eZWD.gif" height="80" title=""disgonbgud>',
  231. 'CoInPo:' : '<FONT COLOR="red">C</FONT><FONT COLOR="orange">o</FONT><FONT COLOR="yellow">I</FONT><FONT COLOR="green">n</FONT><FONT COLOR="blue">P</FONT><FONT COLOR="purple">o</FONT></HTML>',
  232. "Yules:":'<font color="#000066">Yules</font>:',
  233. ":srsly:":'<img src="http://i.imgur.com/JkjULq4.jpg" width="70" height="70" title="srsly">',
  234. ":shiny:":'<img src="http://i.imgur.com/CuRg6Zd.png" width="60" height="60" title="shiny">',
  235. ":wat:":'<img src="http://i.imgur.com/4516tS8.jpg" width="70" height="60" title="wat">',
  236. ":happy:":'<img src="http://i.imgur.com/ZYpEllV.gif" width="60" height="60" title="happy">',
  237. ":coinpo:":'<img src="http://i.imgur.com/VUj4XDv.png" width="70" height="70" title="coinpo">',
  238. ":takeitaway:":'<img src="http://i.imgur.com/798tnZN.gif" width="60" height="60" title="takeitaway">',
  239. ":USA:":'<img src="http://i.imgur.com/tuUTmJp.gif" height="80" title="USA">',
  240. ":yesfan:":'<img src="http://i.imgur.com/oT0asVF.jpg" height="60" title="yesfan">',
  241. ":disgusting:":'<img src="http://i.imgur.com/yuv3Ddj.gif" width="70" height="60" title="disgusting">',
  242. ":murrica:":'<img src="http://i.imgur.com/uXcNagI.png" width="60" height="60" title="murrica">',
  243. ":germany:":'<img src="http://i.imgur.com/Gf5biyX.png" width="60" height="60" title="germany">',
  244. ":uk:":'<img src="http://i.imgur.com/7dbbO2f.png" width="60" height="60" title="uk">',
  245. ":italy:":'<img src="http://i.imgur.com/paPkTp3.png" width="60" height"60" title="italy">',
  246. ":holodash:":'<img src="http://i.imgur.com/HddvoYi.png" title="holodash">',
  247. ":seiko:":'<img src="http://i.imgur.com/bLHzd9e.jpg" title="seiko">',
  248. ":kageshi:":'<img src="http://i.imgur.com/8evWa5S.png" title="kageshi">',
  249. ":rainbowthrash:":'<img src="http://i.imgur.com/Ry44xtb.png" title="rainbowthrash">',
  250. ":manebang:":'<img src="http://i.imgur.com/7SiJVVZ.gif" title="manebang">',
  251. ":fuckingmetal:":'<img src="http://i.imgur.com/qfaNpRE.gif" title="fuckingmetal">',
  252. ":vinylscratch:":'<img src="http://i.imgur.com/xmBpSfE.jpg" title="vinylscratch">',
  253. ":hoitytoity:":'<img src="http://i.imgur.com/IxNCsEu.jpg" title="hoitytoity">',
  254. ":cmc:":'<img src="http://i.imgur.com/mHgnnbQ.png" title="cmc">',
  255. ":shiggydiggy:":'<img src="http://i.imgur.com/RauQazC.png" title="shiggydiggy">',
  256. ":robo:":'<img src="http://i.imgur.com/CEdzr5Z.png" width="60" height="60" title="robo">',
  257. "FinchiBird:" : '<font color="green">Finchi</font><font color="yellow">Burd</font>:',
  258. ":annoyed:":'<img src="http://i.imgur.com/BDeYb4I.gif" title="annoyed">',
  259. ":raaraa:":'<img src="http://i.imgur.com/ppaY5Pl.gif" width="60" height="60" title="raaraa">',
  260. ":startrek:":'<img src="http://i.imgur.com/9kTvVwy.jpg" title="startrek">',
  261. ":seriously:":'<img src="http://i.imgur.com/QLGkdEn.png" title="seriously">',
  262. ":spoiler:":'<img src="http://i.imgur.com/qJhAp21.jpg" title="spoiler">',
  263. ":implyra:":'<img src="http://i.imgur.com/Q2R53C0.gif" title="implyra">',
  264. ":imafilly:":'<img src="http://i.imgur.com/5gPlRwy.png" title="imafilly">',
  265. ":ilovecheese:":'<img src="http://i.imgur.com/Uf2saT8.png" title="ilovecheese">',
  266. //":name here:":'<img src="imgurlink" width="x" height="y" title="name here">',
  267.  
  268. }
  269. var id= document.getElementById("chat_list");
  270.         var chatstring;
  271.         id.addEventListener("DOMNodeInserted", function(event){
  272.             var element = event.target;
  273.             if(element.innerHTML){
  274.                 chatstring=element.innerHTML;
  275.                 for(var emotes in facecodes){
  276.                     var regexps=new RegExp(emotes,'g');
  277.                     chatstring = chatstring.replace(regexps,facecodes[emotes]);
  278.                 }
  279.                 element.innerHTML=chatstring;
  280.             }
  281.         });
  282. }, false);
  283. })();
  284. function loadjscssfile(filename, filetype){
  285. if (filetype=="js"){ //if filename is a external JavaScript file
  286. var fileref=document.createElement('script')
  287. fileref.setAttribute("type","text/javascript")
  288. fileref.setAttribute("src", filename)
  289. }
  290. else if (filetype=="css"){ //if filename is an external CSS file
  291. var fileref=document.createElement("link")
  292. fileref.setAttribute("rel", "stylesheet")
  293. fileref.setAttribute("type", "text/css")
  294. fileref.setAttribute("href", filename)
  295. }
  296. if (typeof fileref!="undefined")
  297. document.getElementsByTagName("head")[0].appendChild(fileref)
  298. }
  299. //loadjscssfile("myscript.js", "js") //dynamically load and add this .js file
  300. //loadjscssfile("javascript.php", "js") //dynamically load "javascript.php" as a JavaScript file
  301. loadjscssfile("https://gist.github.com/raw/4615054/f587d82f7bf800ed0266f4afcc21267ced1c8d9f/norml.css", "css") ////dynamically load and add this .css file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement