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

प्रश्न/टिप्पणी

§
पोस्ट केले: 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.

§
पोस्ट केले: 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();

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.