Mardaneus86 / futwebapp-tampermonkey

TamperMonkey scripts to enhance the FUT 21 Web App - Discontinued
MIT License
192 stars 103 forks source link

Suggestion - FUT Show Futbin Player Price, change coin colour #43

Closed SubNoizey closed 7 years ago

SubNoizey commented 7 years ago

At the moment the columns of coins and prices melt into one another and at first glance it's difficult to differentiate them when looking at a full screen of cards (especially when it takes a second or two to pop in).

Is it possible to do this?

https://i.imgur.com/NsIYiDJ.png

Here's the green coin if it's possible, I'm also sure it'll look better than my quick mock up as you'll be able to do it via css. https://i.imgur.com/eYmRCZ4.png

omasseau commented 7 years ago

Would be useful indeed :)

Mardaneus86 commented 7 years ago

If anyone wants to create this, it's quite an easy PR.

One remark, the green icon could be confused for FIFA coins, so another color might be more appropriate.

SubNoizey commented 7 years ago

I tried to match the colours as best I could to the existing colours in the web app. Someone can probably do a better job.

https://i.imgur.com/tqWoAhZ.png

https://i.imgur.com/t0CCRL8.png

Mardaneus86 commented 7 years ago

Alright, without introducing new images to download, this is the CSS approach I'm wanting to take:

-webkit-filter: hue-rotate(165deg);
filter: hue-rotate(165deg);

This makes the coin stack image in a blue tint.