Adds a link to BoardGameGeek to search for the game on the Steam Tabletop Simulator workshop
< Feedback on BoardGameGeek Link Tabletop Simulator Steam Workshop
The script requires a simple fix to get working again.
// Get the game title from the header
const gameTitleElement = document.querySelector('[itemprop="name"]');
const gameTitle = gameTitleElement.textContent.trim();
Does this still work? This script is exactly what I was looking for, but I don't see a link anywhere in the reviews section for TTS.
Ideally, the TTS link would be on the front page near the top rather than in the reviews section.