Rushnerd

Custom Emotes

当前为 2015-08-19 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Rushnerd
  3. // @namespace http://use.i.E.your.homepage/
  4. // @version 5.99
  5. // @description Custom Emotes
  6. // @match http://instasync.com/r/Rushnerd
  7. // @match http://instasync.com/r/rushnerd
  8. // @match http://old.instasync.com/rooms/Kululu
  9. // @match http://instasync.com/r/Kululu
  10. // @match http://old.instasync.com/rooms/Rushnerd
  11. // @grant none
  12. // @copyright 2014
  13. // ==/UserScript==
  14.  
  15. // emote script for greasemonkey or tampermonkey.
  16. // emotes
  17. // by
  18. var script = document.createElement('script');
  19. script.setAttribute("type", "application/javascript");
  20. script.textContent = ' \
  21. setTimeout(function(){ \
  22. $codes["cod"] = \'<img src="http://i.imgur.com/A9cftkr.png" width="80" height="80">\'; \
  23. $codes["beer"] = \'<img src="http://i.imgur.com/PbjjZNH.jpg" width="80" height="80">\'; \
  24. $codes["reggie"] = \'<img src="http://i.imgur.com/6NTEerN.png" width="80" height="80">\'; \
  25. $codes["gabe"] = \'<img src="http://i.imgur.com/8Fl0LgE.png" width="80" height="80">\'; \
  26. $codes["lain"] = \'<img src="http://i.imgur.com/OiH6MLz.gif" width="80" height="80">\'; \
  27. $codes["high5"] = \'<img src="http://i.imgur.com/5HGqgOI.gif" width="80" height="80">\'; \
  28. $codes["happy"] = \'<img src="http://i.imgur.com/CFgU0Fg.jpg" width="80" height="80">\'; \
  29. $codes["coon"] = \'<img src="http://i.imgur.com/inPDtzG.jpg" width="80" height="80">\'; \
  30. $codes["sleep"] = \'<img src="http://i.imgur.com/I0PfIMI.png" width="80" height="80">\'; \
  31. $codes["fat"] = \'<img src="http://i.imgur.com/XVn1OVl.png" width="80" height="80">\'; \
  32. $codes["coonface"] = \'<img src="http://i.imgur.com/lTk4T9p.jpg" width="80" height="80">\'; \
  33. $codes["fap"] = \'<img src="http://i.imgur.com/qdc64WS.jpg" width="80" height="80">\'; \
  34. $codes["kiss"] = \'<img src="http://i.imgur.com/mPJYIjD.jpg" width="80" height="80">\'; \
  35. $codes["grin"] = \'<img src="http://i.imgur.com/NOV18ZB.gif" width="80" height="80">\'; \
  36. $codes["computer"] = \'<img src="http://i.imgur.com/h0WHExY.gif" width="80" height="80">\'; \
  37. $codes["bearsuit"] = \'<img src="http://i.imgur.com/WvNRaEy.gif" width="80" height="80">\'; \
  38. $codes["sanic"] = \'<img src="http://i.imgur.com/jzyAnhX.png" width="80" height="80">\'; \
  39. $codes["mysides"] = \'<img src="http://i.imgur.com/U5bwIzm.png" width="80" height="80">\'; \
  40. $codes["annoy"] = \'<img src="http://i.imgur.com/oFvTMnF.jpg" width="60" height="60">\'; \
  41. $codes["brock"] = \'<img src="http://i.imgur.com/b6YCnEh.jpg" width="80" height="80">\'; \
  42. $codes["datass"] = \'<img src="http://i.imgur.com/WyL1dCR.png" width="80" height="80">\'; \
  43. $codes["furry"] = \'<img src="http://i.imgur.com/HWTXJSz.png" width="80" height="80">\'; \
  44. $codes["umad"] = \'<img src="http://i.imgur.com/ev8HaOz.jpg" width="80" height="80">\'; \
  45. $codes["doge"] = \'<img src="http://i.imgur.com/iIcv9ot.jpg" width="80" height="80">\'; \
  46. $codes["bill"] = \'<img src="http://i.imgur.com/dXyz0WX.gif" width="80" height="80">\'; \
  47. $codes["usad"] = \'<img src="http://i.imgur.com/6TArzzc.jpg" width="80" height="80">\'; \
  48. $codes["roll"] = \'<img src="http://i.imgur.com/VUSUBRd.gif" width="80" height="80">\'; \
  49. $codes["eat"] = \'<img src="http://i.imgur.com/Ef5JYWO.gif" width="80" height="80">\'; \
  50. $codes["party"] = \'<img src="http://i.imgur.com/GLNQmF0.jpg" width="80" height="80">\'; \
  51. $codes["dance"] = \'<img src="http://i.imgur.com/0kSBnoU.gif" width="80" height="80">\'; \
  52. $codes["nom"] = \'<img src="http://i.imgur.com/Lx7I2t7.gif" width="80" height="80">\'; \
  53. $codes["carlton"] = \'<img src="http://i.imgur.com/u2L7kcT.gif" width="80" height="80">\'; \
  54. $codes["boogie"] = \'<img src="http://i.imgur.com/IEKY8eG.gif" width="80" height="80">\'; \
  55. $codes["merica"] = \'<img src="http://i.imgur.com/VPc6Hi0.jpg" width="80" height="80">\'; \
  56. $codes["facepalm"] = \'<img src="http://i.imgur.com/43tnPmj.jpg" width="80" height="80">\'; \
  57. $codes["facepaw"] = \'<img src="http://i.imgur.com/NkOQ7Fj.png" width="80" height="80">\'; \
  58. $codes["pika"] = \'<img src="http://i.imgur.com/AWQAM7c.png" width="80" height="80">\'; \
  59. $codes["wut"] = \'<img src="http://i.imgur.com/yk3wRAV.gif" width="80" height="80">\'; \
  60. $codes["scum"] = \'<img src="http://i.imgur.com/WXOF1Ma.png" width="80" height="80">\'; \
  61. $codes["420"] = \'<img src="http://i.imgur.com/RJzafu6.gif" width="80" height="80">\'; \
  62. $codes["panchi"] = \'<img src="http://i.imgur.com/b8u441e.gif" width="80" height="80">\'; \
  63. $codes["genie"] = \'<img src="http://i.imgur.com/Yh9Jqos.gif" width="80" height="80">\'; \
  64. $codes["what"] = \'<img src="http://i.imgur.com/2ULrUfU.gif" width="80" height="80">\'; \
  65. $codes["catdance"] = \'<img src="http://i.imgur.com/nxrszFS.gif" width="80" height="80">\'; \
  66. $codes["fail"] = \'<img src="http://i.imgur.com/a1m7bcB.gif" width="80" height="80">\'; \
  67. $codes["groove"] = \'<img src="http://i.imgur.com/nR4MwCJ.gif" width="80" height="80">\'; \
  68. $codes["sexymouse"] = \'<img src="http://i.imgur.com/FnkkrNI.gif" width="80" height="80">\'; \
  69. $codes["surprise"] = \'<img src="http://i.imgur.com/N86hquW.gif" width="80" height="80">\'; \
  70. $codes["ratdance"] = \'<img src="http://i.imgur.com/XwHuHzi.gif" width="80" height="80">\'; \
  71. $codes["frog"] = \'<img src="http://i.imgur.com/5AmA9ao.gif" width="80" height="80">\'; \
  72. $codes["hug"] = \'<img src="http://i.imgur.com/MBHsHF8.gif" width="80" height="80">\'; \
  73. $codes["rocket"] = \'<img src="http://i.imgur.com/oeqN7KJ.gif" width="80" height="80">\'; \
  74. $codes["mike"] = \'<img src="http://i.imgur.com/EKnllY9.png" width="80" height="80">\'; \
  75. $codes["rlm"] = \'<img src="http://i.imgur.com/BcsLfAJ.gif" width="80" height="80">\'; \
  76. $codes["evans"] = \'<img src="http://i.imgur.com/qUk3YlA.png" width="80" height="80">\'; \
  77. $codes["alien"] = \'<img src="http://i.imgur.com/lPGc98U.gif" width="80" height="80">\'; \
  78. $codes["donnie"] = \'<img src="http://i.imgur.com/vLSAfTo.gif" width="80" height="80">\'; \
  79. $codes["denny"] = \'<img src="http://i.imgur.com/rrZCPlw.gif" width="80" height="80">\'; \
  80. $codes["tearmeapart"] = \'<img src="http://i.imgur.com/J6wTB7o.gif" width="80" height="80">\'; \
  81. $codes["underwears"] = \'<img src="http://i.imgur.com/XECefbR.gif" width="80" height="80">\'; \
  82. $codes["mark"] = \'<img src="http://i.imgur.com/7JOaU3P.gif" width="80" height="80">\'; \
  83. $codes["lisa"] = \'<img src="http://i.imgur.com/87YEelJ.gif" width="80" height="80">\'; \
  84. $codes["drunklisa"] = \'<img src="http://i.imgur.com/Yb79Tv4.gif" width="80" height="80">\'; \
  85. $codes["ohhai"] = \'<img src="http://i.imgur.com/eIWQCfi.gif" width="80" height="80">\'; \
  86. $codes["football"] = \'<img src="http://i.imgur.com/adSrmSf.gif" width="80" height="80">\'; \
  87. $codes["chin"] = \'<img src="https://i.imgur.com/OyAGmB1.jpg" width="80" height="80">\'; \
  88. $codes["realca"] = \'<img src="https://i.imgur.com/8DNLJNq.jpg" width="80" height="80">\'; \
  89. $codes["becky"] = \'<img src="http://i.imgur.com/lb0Q3ys.gif" width="80" height="80">\'; \
  90. $codes["raven"] = \'<img src="http://i.imgur.com/arOQ4N8.png" width="80" height="80">\'; \
  91. $codes["york"] = \'<img src="http://i.imgur.com/ICSgZ7B.jpg" width="80" height="80">\'; \
  92. $codes["happyyork"] = \'<img src="http://i.imgur.com/LZKmQov.jpg" width="80" height="80">\'; \
  93. $codes["devo"] = \'<img src="http://i.imgur.com/PM7QLmG.jpg" width="80" height="80">\'; \
  94. $codes["ca"] = \'<img src="http://i.imgur.com/RdUwLUv.gif" width="80" height="80">\'; \
  95. $codes["ru"] = \'<img src="http://i.imgur.com/QzGNniV.jpg" width="80" height="80">\'; \
  96. $codes["tim"] = \'<img src="http://i.imgur.com/dczH8K7.gif" width="80" height="80">\'; \
  97. $codes["chicken"] = \'<img src="http://i.imgur.com/kx56UzU.gif" width="80" height="80">\'; \
  98. $codes["rotor"] = \'<img src="http://i.imgur.com/QHr4n33.gif" width="80" height="80">\'; \
  99. $codes["vacation"] = \'<img src="http://i.imgur.com/AJsUSRs.jpg" width="80" height="80">\'; \
  100. $codes["value"] = \'<img src="http://i.imgur.com/jn7BXCQ.gif" width="80" height="80">\'; \
  101. $codes["kill"] = \'<img src="http://i.imgur.com/bK3QeSv.gif" width="80" height="80">\'; \
  102. $codes["lewd"] = \'<img src="http://i.imgur.com/B46oV9w.gif" width="80" height="80">\'; \
  103. $codes["evansdance"] = \'<img src="http://i.imgur.com/NpG29vI.gif" width="80" height="80">\'; \
  104. $codes["toast"] = \'<img src="http://i.imgur.com/0wl6w4q.gif" width="100" height="80">\'; \
  105. $codes["starwars"] = \'<img src="http://i.imgur.com/X7o7pBv.gif" width="80" height="80">\'; \
  106. $codes["hoak"] = \'<img src="http://i.imgur.com/vX9tN07.gif" width="80" height="80">\'; \
  107. $codes["stare"] = \'<img src="http://i.imgur.com/upvYobM.gif" width="80" height="80">\'; \
  108. $codes["ninjaroll"] = \'<img src="http://i.imgur.com/ZQmQQCu.gif" width="80" height="80">\'; \
  109. $codes["confused"] = \'<img src="http://i.imgur.com/ZsrhKli.gif" width="80" height="80">\'; \
  110. $codes["traitor"] = \'<img src="http://i.imgur.com/qNSkrwT.gif" width="80" height="80">\'; \
  111. $codes["fire"] = \'<img src="http://i.imgur.com/3erSbOE.gif" width="80" height="80">\'; \
  112. $codes["dart"] = \'<img src="http://i.imgur.com/0QyReNe.gif" width="80" height="80">\'; \
  113. $codes["richevansmasturbatesadroid"] = \'<img src="http://i.imgur.com/QCY1rOj.gif" width="80" height="80">\'; \
  114. $codes["wwf"] = \'<img src="http://i.imgur.com/qv7ZNux.gif" width="80" height="80">\'; \
  115. $codes["rawraw"] = \'<img src="http://i.imgur.com/d6bTXdD.jpg" width="80" height="80">\'; \
  116. $codes["glad"] = \'<img src="http://i.imgur.com/gTnX20y.jpg" width="80" height="80">\'; \
  117. $codes["gay"] = \'<img src="http://i.imgur.com/Ga1GZ5M.png" width="80" height="80">\'; \
  118. $codes["munch"] = \'<img src="http://i.imgur.com/kAsMFe6.gif" width="80" height="80">\'; \
  119. $codes["gasp"] = \'<img src="http://i.imgur.com/xttJ7IP.jpg" width="80" height="80">\'; \
  120. $codes["hey"] = \'<img src="http://i.imgur.com/NA58POs.jpg" width="80" height="80">\'; \
  121. $codes["wwfhug"] = \'<img src="http://i.imgur.com/S79rB5A.gif" width="80" height="80">\'; \
  122. $codes["slimjim"] = \'<img src="http://i.imgur.com/sb1g5.gif" width="80" height="80">\'; \
  123. $codes["ubisoft"] = \'<img src="http://i.imgur.com/B0Rcne2.png" width="80" height="100">\'; \
  124. $codes["ms"] = \'<img src="http://i.imgur.com/89kPf4J.png" width="100" height="80">\'; \
  125. $codes["dew"] = \'<img src="http://i.imgur.com/V31cCg6.png" width="80" height="80">\'; \
  126. $codes["halo"] = \'<img src="http://i.imgur.com/HvnHjhB.png" width="80" height="80">\'; \
  127. $codes["sony"] = \'<img src="http://i.imgur.com/yQwUc5F.png" width="80" height="80">\'; \
  128. $codes["god"] = \'<img src="http://i.imgur.com/sHAjAc4.png" width="80" height="80">\'; \
  129. $codes["dbz"] = \'<img src="http://i.imgur.com/eSaP7hd.jpg" width="80" height="80">\'; \
  130. $codes["hell"] = \'<img src="http://i.imgur.com/mr5dGtI.gif" width="80" height="80">\'; \
  131. $codes["gun"] = \'<img src="http://i.imgur.com/FxCRNr2.gif" width="80" height="80">\'; \
  132. $codes["bozo"] = \'<img src="http://i.imgur.com/DOeTjN6.png" width="100" height="100">\'; \
  133. $codes["doink"] = \'<img src="http://i.imgur.com/2Nn7GCE.jpg" width="80" height="80">\'; \
  134. $codes["darksouls"] = \'<img src="http://i.imgur.com/zt6trLg.gif" width="80" height="80">\'; \
  135. $codes["nervous"] = \'<img src="http://i.imgur.com/lAS9v2k.gif" width="80" height="80">\'; \
  136. $codes["dress"] = \'<img src="http://i.imgur.com/S3MOrBk.jpg" width="80" height="80">\'; \
  137. $codes["nervous"] = \'<img src="http://i.imgur.com/lAS9v2k.gif" width="80" height="80">\'; \
  138. $codes["saiyan"] = \'<img src="http://i.imgur.com/lAS9v2k.gif" width="80" height="80">\'; \
  139. $codes["mic"] = \'<img src="http://i.imgur.com/WVow2J3.gif" width="80" height="80">\'; \
  140. $codes["booji"] = \'<img src="http://i.imgur.com/GVD5VBT.png" width="80" height="90">\'; \
  141. $codes["snake"] = \'<img src="http://i.imgur.com/EmSSeME.gif" width="95" height="80">\'; \
  142. }, 1500);'
  143. ;
  144. document.body.appendChild(script);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址