BoardGameGeek Link Tabletop Simulator Steam Workshop

Adds a link to BoardGameGeek to search for the game on the Steam Tabletop Simulator workshop

< Feedback on BoardGameGeek Link Tabletop Simulator Steam Workshop

Question/comment

§
Posted: 2025-03-12

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.

§
Posted: 2025-03-14

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();

Post reply

Sign in to post a reply.