forked from saandr/trophymanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayers.js
26 lines (25 loc) · 790 Bytes
/
players.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// ==UserScript==
// @name TrophyManager - Players Page
// @description Improved design of /Players/ page for Pro users.
// @exclude http://trophymanager.com/players/*/*
// @include http://trophymanager.com/players
// @include http://trophymanager.com/players/
// @exclude https://trophymanager.com/players/*/*
// @include https://trophymanager.com/players
// @include https://trophymanager.com/players/
// @author Ivan Misyats
// @github https://github.com/IvanMisyats/trophymanager
// @grant GM_log
// ==/UserScript==
$('head').append('<style type="text/css">\
.training.part_down { \
background: none;\
border: 1px solid #900;\
color: #B8D988;\
}\
.training.part_up {\
background: none;\
border: 1px solid #B3E06F;\
color: #B8D988;\
}\
</style>');