futwebapp-tampermonkey
futwebapp-tampermonkey copied to clipboard
colour coded prices
I can't do what you guys do, but i can change front end code. This changes the colours of the prices so it's much easier to quickly glance at prices. I think this might help a few people. I use a chrome app called "Live editor for CSS". I dont know where to put this info, i know it's not an issue or request, so if someone wants to guide me where then please do.
.auctionStartPrice.auctionValue span { color: #a5a5a5 !important; } - Changes start price to grey, which imo is pointless info so it's ok as low visability.
.auction .auctionValue span { color: #ebc451; } - Changes BIN price to gold so it stands out more, this is the most important one of all.
.auctionValue.futbin span.coins.value { color: #55cca2; } - changes futbin price to futbin branded colour
.auctionValue span.currency-coins.value { color: white; } - bid price back to white as standard