⚠ Since myvideogamelist.com made an update on May 2022 this repositry is no longer a valid option to improve original website.
Some code to improve default look and posibilities of myvideogamelist.com
- Dark theme
- Sort your games by rating/hours
- Sort your wishlist by priority
- Hide/show games by category
- New icons
- Fixed issues of original website
❗ Sorting works only in "Completed" category. You need to score your games rating and played hours manually. Otherwise script just don't know what data to collect and what to sort.
To do that, go on game page and select rating and time from these fields and than save it. Games without this data will not be sorted.
Also I made color sorting, which you can notice near title. It is based on rating and is similar to Metacritic color system (green, yellow and red)
- 10-9 - Excelent games (green)
- 8-7 - Good games (yellow)
- <6 - "Meh" (red)
Just like in case above, you need to set priority on game page in this field and than save it.
And I used color system here too:
- High priority or "Want to play ASAP" (green)
- Medium priority or "Will be good to play someday" (yellow)
- Low priority "Probably will play" (red)
At least, this is how I see this priority system. 😉 It is not perfect, but it's best I can do for now based on website posibilities.
You can hide game categories in spoiler if list is too long. Just click on category name.
I've noticed that some icons are missing on original website. One of them is ownership indicator. Now it will look like this:
For this icons to appear you need to set and save this field in game page:
- Install User JavaScript and CSS (available for Chrome only)
- Insert code from main.js and style.css in plugin (make sure to prioritize CSS in plugin options)
- And that's it!
P.S.: you may try run it on another browser, for example Firefox has similar plugin names Modus.
When user haven't scored game rating and played hours, script don't work at allHide/show games by category don't work if user don't have any "Plan to play" games
- Analyze and correct design issues caused by dark theme
- Store hidden categories in localStorage
- Add placeholder or icon when ownership status isn't set at all