BoardGameGeek Link Tabletop Simulator Steam Workshop

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

< Commentaires sur BoardGameGeek Link Tabletop Simulator Steam Workshop

Question / commentaire

§
Posté le: 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.

§
Posté le: 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();

Poster une réponse

Connectez-vous pour poster une réponse.

长期地址
遇到问题?请前往 GitHub 提 Issues。