Greasy Fork is available in English.
rip
当前为
// ==UserScript==
// @name Other emotes oh who cares
// @namespace http://firefox.had.tabs.first/
// @version 8.8
// @description rip
// @match http://instasync.com/r/shinyobama
// @match http://old.instasync.com/rooms/shinyobama
// @grant none
// @copyright I stol this
// ==/UserScript==
// emote script for greasemonkey or tampermonkey.
// emotes
// by
// Adam Sandler
var script = document.createElement('script');
script.setAttribute("type", "application/javascript");
script.textContent = ' \
setTimeout(function(){ \
$codes["cherry"] = \'<img src="http://i.imgur.com/LCJjeJu.png" width="80" height="80">\'; \
$codes["senora"] = \'<img src="http://i.imgur.com/NHRPjCH.gif" width="63" height="105">\'; \
$codes["video"] = \'<img src="http://i.imgur.com/TxSYx36.png" width="80" height="80">\'; \
$codes["games"] = \'<img src="http://i.imgur.com/nP50huu.png" width="80" height="80">\'; \
$codes["holdonlittleguy"] = \'<img src="http://i.imgur.com/ccQA2bZ.png" width="80" height="80">\'; \
$codes["dog"] = \'<img src="http://i.imgur.com/BYIhHJH.jpg" width="80" height="80">\'; \
$codes["meme"] = \'<img src="http://i.imgur.com/GzGsKh7.png" width="80" height="80">\'; \
$codes["great"] = \'<img src="http://i.imgur.com/7tsSgHQ.jpg" width="80" height="80">\'; \
$codes["horrifying"] = \'<img src="http://i.imgur.com/42y2oCa.png" width="90" height="68">\'; \
$codes["tacticaldog"] = \'<img src="http://i.imgur.com/Eq9TRE0.png" width="80" height="80">\'; \
$codes["postal3"] = \'<img src="http://i.imgur.com/G6yKiEi.png" width="96" height="32">\'; \
$codes["sundowner"] = \'<img src="http://i.imgur.com/GuFZVba.png" width="80" height="67.36">\'; \
}, 1500);'
;
document.body.appendChild(script);