AFK-color

Changes color of AFK-users

当前为 2016-03-06 提交的版本,查看 最新版本

// ==UserScript==
// @name AFK-color
// @include http://www.kongregate.com/games/*
// @description Changes color of AFK-users
// @version 0.0.1.20160306074802
// @namespace https://gf.qytechs.cn/users/32649
// ==/UserScript==

x=document.styleSheets[1];
if(x){
	x.insertRule('#kong_game_ui .user_row.away .username { color:#838B8B;font-style: italic;}',x.cssRules.length);
}

QingJ © 2025

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