// ==UserScript== // @name metal4chan // @namespace https://greasyfork.org/en/scripts/7327-metal4chan/ // @version 6.7011168 // @description Emoticons for Vidya4chan by MetalxXxGear, never asked for this edition // @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.$metalMemes={ //decent emotes 'chen3': '', 'chen4': '', 'duckgif': '', 'cry': '', 'thom': '', 'guts': '', 'mysides2': '', 'wow2': '', 'ae86': '', 'xenomorph': '', 'xenomorph2': '', 'saltyduane': '', 'clippy': '', 'bustin': '', 'sonic3': '', 'sonic2': '', 'feelsscared': '', 'feels3d': '', 'feelsgooddance': '', 'feelsguddance': '', 'feelssuicidal': '', // 'feelsmadman': '', // 'feelsmad': '', 'feelsjihad': '', 'feek': '', 'feeksbadman': '', '^': '', //'yee': '', 'rare': '', 'diddy': '', 'expanddong': '', 'dk': '', 'freedum': '', 'kappa': '', 'myminisides': '', 'mytinysides': '', 'shantae': '', 'ayylmao': '', 'gigalien': '', 'bongalien': '', 'alien2': '', 'disgusting': '', 'yes': '', 'calcium': '', 'snab': '', 'sweat': '', 'whores': '', '333': '', 'pull': '', 'push2': '', 'gookfood': '', 'riptheskin': '', 'sanic2': '', 'snoic': '', 'neat': '', 'lewd': '', 'lewd2': '', 'birthday': '', // 'hibiki': '', 'lefunnymeme': '', 'lewd3': '', 'slowgo': '', 'spam': '', 'ballin': '', 'melon': '', 'spooked': '', 'suicide2': '', 'killme': '', 'myfuckingsides': '', 'john': '', 'notbad': '', 'spin': '', 'kojima': '', 'ken': '', 'skelejii': '', 'o2': '', 'corey': '', 'sluts': '', 'rekt2': '', 'bot': '', 'triggered': '', 'kek2': '', 'illusory': '', 'pomf3': '', 'wew': '', 'weeaboo': '', 'doit': '', 'autism2': '', 'lean': '', //dancing/music 'mario2': '', 'yoshi': '', 'crash': '', 'cyrax': '', 'dhalsim': '', 'sakura': '', 'bridget': '', "ludicolo": '', 'strut': '', 'kakyoin': '', 'ravi2': '', 'mj': '', 'arthur': '', 'monkey': '', 'mememe2': '', 'moe': '', 'cirno': '', 'skeletal': '', 'dubass': '', 'kabi': '', 'mememe': '', 'ayylien': '', 'hestia': '', 'jam': '', 'illya': '', 'shark': '', 'gigashark': '', 'snoop2': '', 'swerve': '', 'babyguitar': '', 'conker': '', //weebshit 'mako':'', //weebshit that will never be used 'harahu': '', 'penguin': '', 'buttjuice': '', 'laughinganime': '', 'wop': '', 'miku3': '', 'marissa': '', 'reimu': '', 'dj': '', 'goblinu2': '', 'kirino': '', 'awoo': '', 'moe2': '', 'hi': '', 'ree2': '', 'wow3': '', 'wop2': '', 'slut': '', 'ritsu': '', 'awoo2': '', 'brushie': '', 'bye': '', 'anime': '', 'shy': '', 'suicide': '', 'uguu': '', //will never be used 'ff6kappa': '', 'joey': '', 'rekt3': '', 'rekt': '', 'ps': '', 'raiden': '', 'pew': '', 'rasm': '', //old, irrelevant memes 'respectfulnod': '', //unfunny }; script.$aniMemes={ //anime 'smuggestanime': '', 'rikka': '', 'doit3': '', 'papi': '', 'yaranaika': '', 'bikki': '', 'rustle': '', 'wut2': '', 'hibiki': '', 'gojira': '', 'laughinganime2': '', 'rin': '', 'sogoodnow': '', //vidya 'bigboss': '', 'servbot': '', 'crono': '', 'pew2': '', 'pew3': '', 'terry': '', 'wario': '', 'chuckle': '', 'he': '', 'pssh': '', 'pac': '', 'strut2': '', 'skelestrut': '', 'frog': '', 'robo': '', 'ness': '', 'jotaro': '', 'dio': '', 'megaman': '', 'fox': '', 'link2': '', 'blackmage': '', 'doomguy': '', 'doomed': '', 'treasure': '', 'gato': '', 'redfield': '', //memes 'putin': '', 'just': '', 'doit2': '', 'wakemeup': '', 'cantwakeup': '', 'feels': '', 'mystery': '', 'feel': '', 'feelsbadman': '', 'feelsgud': '', 'feelsgoodman': '', 'feelsmad': '', 'feelsmadman': '', 'feelssmug': '', 'ree': '', 'aniki': '', 'shieeet': '', 'autism2': '', 'yee': '', 'eey': '', 'aesthetic': '', '40keks': '', 'spooped': '', 'skeletal2': '', 'skelestrut2': '', }; $.extend(script.$externalEmotes, script.$metalMemes, script.$aniMemes);