Adds a link to search for the game's playtime on HowLongToBeat
< 脚本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, "")
登录以发表回复。
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.