Adds a link to search for the game's playtime on HowLongToBeat
< Feedback on Steam: add HowLongToBeat link
Nice script, but you should add .replace(/[^a-zA-Z ]/g, "") on line 17 to remove special char from game title. Otherwise, there is a high chance that the game won't be found on howlongtobeat.
.replace(/[^a-zA-Z ]/g, "")
Sign in to post a reply.
Nice script, but you should add
.replace(/[^a-zA-Z ]/g, "")
on line 17 to remove special char from game title. Otherwise, there is a high chance that the game won't be found on howlongtobeat.