Goghmotes

some alright emotes i guess

当前为 2015-12-16 提交的版本,查看 最新版本

// ==UserScript==
// @name         Goghmotes
// @namespace    Rooms
// @version      0.55
// @description  some alright emotes i guess
// @grant        none
// @copyright    2015
// @include     *http://*.instasynch.com*
// @include     *http://instasynch.com*
// @include     *http://*.instasync.com*
// @include     *http://instasync.com*
// ==/UserScript==



//    { src:"", width:, height:, title:''},
//    { src:"", width:, height:, name:''},


var emotes = [
//old dwarfmemes
    { src:"http://i.imgur.com/xQ7Vewh.jpg", width:100, height:60, title:'topgun'},
    { src:"http://i.imgur.com/uDL1a7E.png", width:80, height:130, title:'shrepepe'},
    { src:"http://i.imgur.com/YvW0tT7.png", width:100, height:100, title:'youdip'},
    { src:"http://i.imgur.com/c1mLwLO.jpg", width:220, height:200, title:'sin'},
    { src:"http://i.imgur.com/h5Tnbt0.jpg", width:220, height:200, title:'sithlord'},
    { src:"http://i.imgur.com/1gSa9FL.gif", width:100, height:100, title:'rockroll'},
    { src:"http://i.imgur.com/fWn9BjI.gif", width:100, height:100, title:'bruh'},
    { src:"http://i.imgur.com/aA1Xbmd.jpg", width:130, height:40, title:'wtfthefuck'},
    { src:"http://i.imgur.com/ov0YP79.jpg", width:150, height:60, title:'sweecool'},
    { src:"http://i.imgur.com/A6V7ia3.jpg", width:150, height:60, title:'sweefuckyou'},
    { src:"URL", width:100, height:100, title:'TITLE'},
    { src:"URL", width:100, height:100, title:'TITLE'},
    { src:"URL", width:100, height:100, title:'TITLE'},
    { src:"URL", width:100, height:100, title:'TITLE'},
  

];
    function addEmotes(){
    emotes.forEach(function(emote){
    window.$codes[emote.title || emote.name] = $('<img>', emote)[0].outerHTML;
});
}

function main(){
    if(!window.$codes || Object.keys(window.$codes).length === 0){
        setTimeout(main, 75);
    }else{
        addEmotes();    
    }
}
if (window.document.readyState === 'complete') {
    main();
} else {
    window.addEventListener('load', main, false);
}

QingJ © 2025

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