Adds (1) the state flag for games that have Ukrainian language, (2) alert emojis for ua and ru -made games, (3) prices at the top, (4) more noticeable score over the game banner.
< Feedback on Ukrainian Steam Improvements
Script should work now.
I get rid of it completely so far because .querySelector(".creatorhome-carousel")
block may include games from the same franchise but different developer. Good solution could be to just hide this block for "certain" games, although I'm not sure.
Oh, right, forgot to update rating to Good.
Crashes on
document.getElementById("recommended_block").innerHTML
and doesn't work at all because there's no element withrecommended_block
id. Fixed by replacing.getElementById("recommended_block")
with.querySelector(".referring_curator_ctn")
, but there might be more things wrong with it.