// ==UserScript== // @name metal4chan // @namespace https://greasyfork.org/en/scripts/7327-metal4chan/ // @version 6.7011112 // @description Emoticons for Vidya4chan by MetalxXxGear now with animEmotes. Updated by itscake, hunter2, and Bronard (animEmotes) // @match *://instasync.com/r/v4c // @match *://instasync.com/r/movie4chan // @match *://instasync.com/r/* // @grant none // @copyright 2015 // @downloadURL none // ==/UserScript== self.$externalEmotes = {}; //if (typeof(self.$animEmotes) === "undefined") self.$animEmotes = {}; script.$metalEmotes={ //decent emotes //'chen2': '', 'duckgif': '', 'cry': '', 'thom': '', 'guts': '', 'mysides2': '', 'wow2': '', 'ae86': '', 'saltyduane': '', 'clippy': '', 'bustin': '', 'sonic2': '', 'feelsscared': '', 'feelsgooddance': '', // 'feelsguddance': '', 'feelssuicidal': '', // 'feelsmadman': '', // 'feelsmad': '', 'feelsjihad': '', 'feek': '', 'feeksbadman': '', '^': '', //'yee': '', 'rare': '', 'diddy': '', 'expanddong': '', 'dk': '', 'freedum': '', 'kappa': '', 'myminisides': '', 'mytinysides': '', 'ayylmao': '', 'gigalien': '', 'bongalien': '', 'alien2': '', 'disgusting': '', 'yes': '', 'calcium': '', 'topkek': '', 'snab': '', 'sweat': '', 'whores': '', '333': '', 'pull': '', 'push2': '', 'riptheskin': '', 'sanic2': '', 'snoic': '', 'neat': '', 'lewd': '', 'lewd2': '', 'birthday': '', 'hibiki': '', 'lefunnymeme': '', 'lewd3': '', 'slowgo': '', 'spam': '', 'pomf2': '', 'clap': '', 'ballin': '', 'kitty3': '', 'melon': '', 'oo': '', 'spooked': '', 'suicide2': '', 'killme': '', 'myfuckingsides': '', 'john': '', 'coolbama': '', 'spin': '', 'kojima': '', 'notbad': '', 'ken': '', 'skelejii': '', 'porn': '', '4u': '', 'cia': '', 'o2': '', 'corey': '', 'sluts': '', 'rekt2': '', 'woof': '', 'bot': '', 'kek2': '', 'illusory': '', 'wew': '', 'pomf3': '', 'weeaboo': '', 'bigguy': '', 'doit': '', 'autism2': '', 'lean': '', //dancing/music 'mario2': '', 'yoshi': '', 'crash': '', 'cyrax': '', 'dhalsim': '', 'sakura': '', 'bridget': '', 'strut': '', 'kakyoin': '', 'ravi2': '', 'mj': '', 'arthur': '', 'monkey': '', 'her': '', 'mememe2': '', 'moe': '', 'cirno': '', 'skeletal': '', 'dubass': '', 'kabi': '', 'mememe': '', 'ayylien': '', 'freshest': '', 'hestia': '', 'jam': '', 'illya': '', 'shark': '', 'gigashark': '', 'snoop2': '', //weebshit 'mako':'', 'smuganime': '', //weebshit that will never be used 'uguu': '', 'harahu': '', 'penguin': '', 'buttjuice': '', 'laughinganime': '', 'wop': '', 'miku3': '', 'marissa': '', 'reimu': '', 'dj': '', 'nonon': '', 'goblinu2': '', 'kirino': '', 'nyah3': '', 'nyah': '', 'nyah2': '', 'awoo': '', 'moe2': '', 'haruka': '', 'hi': '', 'ree2': '', 'blink2': '', 'wow3': '', 'blink3': '', 'wop2': '', 'slut': '', 'ritsu': '', 'awoo2': '', 'brushie': '', 'bye': '', 'anime': '', 'blink': '', 'shy': '', 'suicide': '', //will never be used 'ff6kappa': '', 'joey': '', 'lel5': '', 'stylin': '', 'clap2': '', 'pour': '', 'rekt': '', 'ps': '', 'raiden': '', 'pew': '', //old, irrelevant memes 'respectfulnod': '', 'iamthesun': '', 'ameer2': '', 'ragu': '', 'modabuse': '', //unfunny 'gookfood': '', 'boggle': '', }; script.$animEmotes={ //anime 'smuganime2': '', 'smuganime3': '', 'smuganime4': '', 'sadsquid': '', 'smugsquid': '', 'rikka': '', 'quattro': '', 'brightslap': '', 'doit3': '', 'papi': '', 'yaranaika': '', 'bikki': '', 'bikki2': '', 'chris': '', 'sakimori': '', 'rustle': '', 'wut2': '', 'hibiki': '', 'assman': '', 'gojira': '', 'laughinganime2': '', 'wry': '', //vidya 'bigboss': '', 'servbot': '', 'crono': '', 'pew2': '', 'garrus': '', 'terry': '', 'kirby2': '', 'kirby3': '', 'kirby4': '', 'kirby5': '', 'kirby6': '', 'wario': '', 'chuckle': '', 'he': '', 'elena': '', 'pssh': '', //memes 'heisabigguyforyou': '', 'putin': '', 'stepup': '', 'just': '', 'hulkamania': '', 'doit2': '', 'trashman': '', 'triggered': '', 'wakemeup': '', 'cantwakeup': '', 'feels': '', 'mystery': '', 'feel': '', 'feelsbadman': '', 'feelsgud': '', 'feelsgoodman': '', 'feelsmad': '', 'feelsmadman': '', 'feelssmug': '', 'ree': '', 'aniki': '', 'shieeet': '', 'autism2': '', }; $.extend(script.$externalEmotes, script.$metalEmotes, script.$animEmotes);