Cuticons

https://epicmafia.com/u/Ben

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Necesitará instalar una extensión como Tampermonkey para instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

// ==UserScript==
// @name          Cuticons
// @namespace     
// @description	  https://epicmafia.com/u/Ben
// @author        Ben
// @homepage      https://greasyfork.org/en/scripts/29945-cuticons
// @include       https://epicmafia.com*
// @include       https://epicmafia.com*
// @run-at        document-start
// @version       0.4
// ==/UserScript==
(function() {var css = "";
if (false || (document.location.href.indexOf("https://epicmafia.com") == 0))
	css += [
		".roleimg {",
		"    background: url(\"http://i.imgur.com/bxw5hwt.png\") !important;",
		"}",
		".role-villager {",
		"    background-position: 0px 0px !important;",
		"}",
		".role-mafia {",
		"    background-position: -20px 0px !important;",
		"}",
		".role-doctor {",
		"    background-position: -40px 0px !important;",
		"}",
		".role-nurse {",
		"    background-position: -60px 0px !important;",
		"}",
		".role-surgeon {",
		"    background-position: -80px 0px !important;",
		"}",
		".role-bodyguard {",
		"    background-position: -100px 0px !important;",
		"}",
		".role-cop {",
		"    background-position: -120px 0px !important;",
		"}",
		".role-insane {",
		"    background-position: -140px 0px !important;",
		"}",
		".role-confused {",
		"    background-position: -160px 0px !important;",
		"}",
		".role-paranoid {",
		"    background-position: 0px -20px !important;",
		"}",
		".role-naive {",
		"    background-position: -20px -20px !important;",
		"}",
		".role-lazy {",
		"    background-position: -40px -20px !important;",
		"}",
		".role-watcher {",
		"    background-position: -60px -20px !important;",
		"}",
		".role-tracker {",
		"    background-position: -80px -20px !important;",
		"}",
		".role-detective {",
		"    background-position: -100px -20px !important;",
		"}",
		".role-snoop {",
		"    background-position: -120px -20px !important;",
		"}",
		".role-journalist {",
		"    background-position: -140px -20px !important;",
		"}",
		".role-mortician {",
		"    background-position: -160px -20px !important;",
		"}",
		".role-pathologist {",
		"    background-position: 0px -40px !important;",
		"}",
		".role-vigil {",
		"    background-position: -20px -40px !important;",
		"}",
		".role-sheriff {",
		"    background-position: -40px -40px !important;",
		"}",
		".role-deputy {",
		"    background-position: -60px -40px !important;",
		"}",
		".role-drunk {",
		"    background-position: -80px -40px !important;",
		"}",
		".role-sleepwalker {",
		"    background-position: -100px -40px !important;",
		"}",
		".role-civilian {",
		"    background-position: -120px -40px !important;",
		"}",
		".role-miller {",
		"    background-position: -140px -40px !important;",
		"}",
		".role-suspect {",
		"    background-position: -160px -40px !important;",
		"}",
		".role-leader {",
		"    background-position: 0px -60px !important;",
		"}",
		".role-bulletproof {",
		"    background-position: -20px -60px !important;",
		"}",
		".role-bleeder {",
		"    background-position: -40px -60px !important;",
		"}",
		".role-bomb {",
		"    background-position: -60px -60px !important;",
		"}",
		".role-granny {",
		"    background-position: -80px -60px !important;",
		"}",
		".role-hunter {",
		"    background-position: -100px -60px !important;",
		"}",
		".role-crier {",
		"    background-position: -120px -60px !important;",
		"}",
		".role-invisible {",
		"    background-position: -140px -60px !important;",
		"}",
		".role-governor {",
		"    background-position: -160px -60px !important;",
		"}",
		".role-telepath {",
		"    background-position: 0px -80px !important;",
		"}",
		".role-agent {",
		"    background-position: -20px -80px !important;",
		"}",
		".role-celebrity {",
		"    background-position: -40px -80px !important;",
		"}",
		".role-loudmouth {",
		"    background-position: -60px -80px !important;",
		"}",
		".role-mason {",
		"    background-position: -80px -80px !important;",
		"}",
		".role-templar {",
		"    background-position: -100px -80px !important;",
		"}",
		".role-shrink {",
		"    background-position: -120px -80px !important;",
		"}",
		".role-samurai {",
		"    background-position: -140px -80px !important;",
		"}",
		".role-jailer {",
		"    background-position: -160px -80px !important;",
		"}",
		".role-chef {",
		"    background-position: 0px -100px !important;",
		"}",
		".role-turncoat {",
		"    background-position: -20px -100px !important;",
		"}",
		".role-enchantress {",
		"    background-position: -40px -100px !important;",
		"}",
		".role-priest {",
		"    background-position: -60px -100px !important;",
		"}",
		".role-trapper {",
		"    background-position: -80px -100px !important;",
		"}",
		".role-baker {",
		"    background-position: -100px -100px !important;",
		"}",
		".role-ghoul {",
		"    background-position: -120px -100px !important;",
		"}",
		".role-party {",
		"    background-position: -140px -100px !important;",
		"}",
		".role-penguin {",
		"    background-position: -160px -100px !important;",
		"}",
		".role-judge {",
		"    background-position: 0px -120px !important;",
		"}",
		".role-gallis {",
		"    background-position: -20px -120px !important;",
		"}",
		".role-treestump {",
		"    background-position: -40px -120px !important;",
		"}",
		".role-secretary {",
		"    background-position: -60px -120px !important;",
		"}",
		".role-virgin {",
		"    background-position: -80px -120px !important;",
		"}",
		".role-blacksmith {",
		"    background-position: -100px -120px !important;",
		"}",
		".role-oracle {",
		"    background-position: -120px -120px !important;",
		"}",
		".role-dreamer {",
		"    background-position: -140px -120px !important;",
		"}",
		".role-angel {",
		"    background-position: -160px -120px !important;",
		"}",
		".role-lightkeeper {",
		"    background-position: 0px -140px !important;",
		"}",
		".role-keymaker {",
		"    background-position: -20px -140px !important;",
		"}",
		".role-gunsmith {",
		"    background-position: -40px -140px !important;",
		"}",
		".role-mimic {",
		"    background-position: -60px -140px !important;",
		"}",
		".role-santa {",
		"    background-position: -80px -140px !important;",
		"}",
		".role-caroler {",
		"    background-position: -100px -140px !important;",
		"}",
		".role-siren {",
		"    background-position: -120px -140px !important;",
		"}",
		".role-monk {",
		"    background-position: -140px -140px !important;",
		"}",
		".role-cultist {",
		"    background-position: -160px -140px !important;",
		"}",
		".role-cthulhu {",
		"    background-position: 0px -160px !important;",
		"}",
		".role-zombie {",
		"    background-position: -20px -160px !important;",
		"}",
		".role-fool {",
		"    background-position: -40px -160px !important;",
		"}",
		".role-lover {",
		"    background-position: -60px -160px !important;",
		"}",
		".role-lyncher {",
		"    background-position: -80px -160px !important;",
		"}",
		".role-killer {",
		"    background-position: -100px -160px !important;",
		"}",
		".role-clockmaker {",
		"    background-position: -120px -160px !important;",
		"}",
		".role-survivor {",
		"    background-position: -140px -160px !important;",
		"}",
		".role-warlock {",
		"    background-position: -160px -160px !important;",
		"}",
		".role-mistletoe {",
		"    background-position: 0px -180px !important;",
		"}",
		".role-prophet {",
		"    background-position: -20px -180px !important;",
		"}",
		".role-alien {",
		"    background-position: -40px -180px !important;",
		"}",
		".role-werewolf {",
		"    background-position: -60px -180px !important;",
		"}",
		".role-amnesiac {",
		"    background-position: -80px -180px !important;",
		"}",
		".role-anarchist {",
		"    background-position: -100px -180px !important;",
		"}",
		".role-creepygirl {",
		"    background-position: -120px -180px !important;",
		"}",
		".role-traitor {",
		"    background-position: -140px -180px !important;",
		"}",
		".role-admirer {",
		"    background-position: -160px -180px !important;",
		"}",
		".role-maid {",
		"    background-position: 0px -200px !important;",
		"}",
		".role-autocrat {",
		"    background-position: -20px -200px !important;",
		"}",
		".role-politician {",
		"    background-position: -40px -200px !important;",
		"}",
		".role-silencer {",
		"    background-position: -60px -200px !important;",
		"}",
		".role-blinder {",
		"    background-position: -80px -200px !important;",
		"}",
		".role-sniper {",
		"    background-position: -100px -200px !important;",
		"}",
		".role-illusionist {",
		"    background-position: -120px -200px !important;",
		"}",
		".role-saboteur {",
		"    background-position: -140px -200px !important;",
		"}",
		".role-yakuza {",
		"    background-position: -160px -200px !important;",
		"}",
		".role-consigliere {",
		"    background-position: 0px -220px !important;",
		"}",
		".role-godfather {",
		"    background-position: -20px -220px !important;",
		"}",
		".role-framer {",
		"    background-position: -40px -220px !important;",
		"}",
		".role-hooker {",
		"    background-position: -60px -220px !important;",
		"}",
		".role-disguiser {",
		"    background-position: -80px -220px !important;",
		"}",
		".role-actress {",
		"    background-position: -100px -220px !important;",
		"}",
		".role-tailor {",
		"    background-position: -120px -220px !important;",
		"}",
		".role-informant {",
		"    background-position: -140px -220px !important;",
		"}",
		".role-strongman {",
		"    background-position: -160px -220px !important;",
		"}",
		".role-janitor {",
		"    background-position: 0px -240px !important;",
		"}",
		".role-interrogator {",
		"    background-position: -20px -240px !important;",
		"}",
		".role-whisperer {",
		"    background-position: -40px -240px !important;",
		"}",
		".role-spy {",
		"    background-position: -60px -240px !important;",
		"}",
		".role-lawyer {",
		"    background-position: -80px -240px !important;",
		"}",
		".role-forger {",
		"    background-position: -100px -240px !important;",
		"}",
		".role-stalker {",
		"    background-position: -120px -240px !important;",
		"}",
		".role-enforcer {",
		"    background-position: -140px -240px !important;",
		"}",
		".role-quack {",
		"    background-position: -160px -240px !important;",
		"}",
		".role-poisoner {",
		"    background-position: 0px -260px !important;",
		"}",
		".role-driver {",
		"    background-position: -20px -260px !important;",
		"}",
		".role-gramps {",
		"    background-position: -40px -260px !important;",
		"}",
		".role-interceptor {",
		"    background-position: -60px -260px !important;",
		"}",
		".role-fiddler {",
		"    background-position: -80px -260px !important;",
		"}",
		".role-witch {",
		"    background-position: -100px -260px !important;",
		"}",
		".role-ventriloquist {",
		"    background-position: -120px -260px !important;",
		"}",
		".role-voodoo {",
		"    background-position: -140px -260px !important;",
		"}",
		".role-thief {",
		"    background-position: -160px -260px !important;",
		"}",
		".role-paralyzer {",
		"    background-position: 0px -280px !important;",
		"}",
		".role-paparazzi {",
		"    background-position: -20px -280px !important;",
		"}",
		".role-scout {",
		"    background-position: -40px -280px !important;",
		"}",
		".role-associate {",
		"    background-position: -60px -280px !important;",
		"}",
		".role-fabricator {",
		"    background-position: -80px -280px !important;",
		"}",
		".role-lookout {",
		"    background-position: -100px -280px !important;",
		"}",
		".role-ninja {",
		"    background-position: -120px -280px !important;",
		"}",
		".role-hitman {",
		"    background-position: -140px -280px !important;",
		"}",
		".role-arsonist {",
		"    background-position: -160px -280px !important;",
		"}",
		".role-terrorist {",
		"    background-position: 0px -300px !important;",
		"}",
		".role-mastermind {",
		"    background-position: -20px -300px !important;",
		"}",
		".role-host {",
		"    background-position: -40px -300px !important;",
		"}",
		".role-unknown {",
		"    background-position: -60px -300px !important;",
		"}",
		".role-seer {",
		"    background-position: -80px -300px !important;",
		"}",
		".role-toreador {",
		"    background-position: -100px -300px !important;",
		"}",
		".role-psychic {",
		"    background-position: -120px -300px !important;",
		"}",
		".role-tinkerer {",
		"    background-position: -140px -300px !important;",
		"}",
		".role-cupid {",
		"    background-position: -160px -300px !important;",
		"}",
		".role-don {",
		"    background-position: -0px -320px !important;",
		"}",
		".role-sidekick {",
		"    background-position: -20px -320px !important;",
		"}",
		".role-huntsman {",
		"    background-position: -40px -320px !important;",
		"}",
		".role-prosecutor {",
		"    background-position: -60px -320px !important;",
		"}",
		".role-snowman {",
		"    background-position: -80px -320px !important;",
		"}",
		".role-justice {",
		"    background-position: -100px -320px !important;",
		"}",
		".role-cutler {",
		"    background-position: -120px -320px !important;",
		"}",
		".role-monkey {",
		"    background-position: -140px -320px !important;",
		"}",
		".role-butterfly {",
		"    background-position: -160px -320px !important;",
		"}",
		".role-bride {",
		"    background-position: -0px -340px !important;",
		"}",
		".role-trickster {",
		"    background-position: -20px -340px !important;",
		"}",
		".role-diabolist {",
		"    background-position: -40px -340px !important;",
		"}",
		".role-gambler {",
		"    background-position: -60px -340px !important;",
		"}",
		".role-apprentice {",
		"    background-position: -80px -340px !important;",
		"}",
		".role-mechanic {",
		"    background-position: -100px -340px !important;",
		"}",
		".role-heartbreaker {",
		"    background-position: -120px -340px !important;",
		"}",
		".role-filibuster {",
		"    background-position: -140px -340px !important;",
		"}",
		".role-slasher {",
		"    background-position: -160px -340px !important;",
		"}",
		".role-cyborg {",
		"    background-position: -0px -360px !important;",
		"}",
		".role-president {",
		"    background-position: -20px -360px !important;",
		"}",
		".role-nomad {",
		"    background-position: -40px -360px !important;",
		"}",
		".role-librarian {",
		"    background-position: -60px -360px !important;",
		"}",
		".role-plumber {",
		"    background-position: -80px -360px !important;",
		"}",
		".role-rival {",
		"    background-position: -100px -360px !important;",
		"}",
		".role-medusa {",
		"    background-position: -120px -360px !important;",
		"}"
	].join("\n");
if (false || (document.location.href.indexOf("https://epicmafia.com") == 0))
	css += [
		".whisper-lt {",
		"    background: transparent url(\'http://i.imgur.com/QXJoQAy.png\') no-repeat scroll left top !important;",
		"}",
		".startday-lt {",
		"    background: transparent url(\'http://i.imgur.com/QFPH5LH.png\') no-repeat scroll left top !important;",
		"}",
		".lynch-lt {",
		"    background: transparent url(\'http://i.imgur.com/aGPVT2b.png\') no-repeat scroll left top !important;",
		"}",
		".mustact-lt {",
		"    background: transparent url(\'http://i.imgur.com/xeHqqeE.png\') no-repeat scroll left top !important;",
		"}",
		".dawn-lt {",
		"    background: transparent url(\'http://i.imgur.com/imUQObz.png\') no-repeat scroll left top !important;",
		"}",
		".sunset-lt {",
		"    background: transparent url(\'http://i.imgur.com/3Loq3KP.png\') no-repeat scroll left top !important;",
		"}",
		".noreveal-lt {",
		"    background: transparent url(\'http://i.imgur.com/o6j0a4N.png\') no-repeat scroll left top !important;",
		"}",
		".revealalign-lt {",
		"    background: transparent url(\'http://i.imgur.com/3XthhJ0.png\') no-repeat scroll left top !important;",
		"}",
		".lastwill-lt {",
		"    background: transparent url(\'http://i.imgur.com/wr2fC2x.png\') no-repeat scroll left top !important;",
		"}",
		".anonymous-lt {",
		"    background: transparent url(\'http://i.imgur.com/bHT7Re4.png\') no-repeat scroll left top !important;",
		"}",
		".multiple-lt {",
		"    background: transparent url(\'http://i.imgur.com/4156F8H.png\') no-repeat scroll left top !important;",
		"}",
		".multisetup-lt {",
		"    background: transparent url(\'http://i.imgur.com/bRbdEg6.png\') no-repeat scroll left top !important;",
		"}"
	].join("\n");
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var node = document.createElement("style");
	node.type = "text/css";
	node.appendChild(document.createTextNode(css));
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		heads[0].appendChild(node); 
	} else {
		// no head yet, stick it whereever
		document.documentElement.appendChild(node);
	}
}
})();