// ==UserScript== // @name AFK-color *OLD* // @include http://www.kongregate.com/games/* // @description Changes color of AFK-users // @license Public Domain // @version 0.0.1.20160422202924 // @namespace https://greasyfork.org/users/32649 // @downloadURL https://update.greasyfork.icu/scripts/17690/AFK-color%20%2AOLD%2A.user.js // @updateURL https://update.greasyfork.icu/scripts/17690/AFK-color%20%2AOLD%2A.meta.js // ==/UserScript== x=document.styleSheets[1]; if(x){ x.insertRule('#kong_game_ui .user_row.away .username { color:#838B8B;font-style: italic;}',x.cssRules.length); }