BoardGameGeek Link Tabletop Simulator Steam Workshop

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

< Opiniones de BoardGameGeek Link Tabletop Simulator Steam Workshop

Pregunta o comentario

§
Publicado: 12/03/2025

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.

§
Publicado: 14/03/2025

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

Publicar respuesta

Inicia sesión para responder.