A Chrome extension that hides match scores on WyScout to prevent spoilers when browsing or downloading matches.
- Hides all match scores — scores are replaced with gray blocks across the WyScout interface
- Double-click to reveal — double-click any match row to reveal that specific score
- Toggle on/off — quickly enable or disable via the extension popup
- SPA-aware — automatically handles dynamically loaded content as you navigate
- Download the latest
wyscout-spoiler-blocker.zipfrom Releases and unzip it - Open Chrome and go to
chrome://extensions - Enable Developer mode (toggle in the top right)
- Click Load unpacked and select the unzipped folder
- Navigate to wyscout.hudl.com — scores will be hidden automatically
- Toggle: Click the extension icon in the toolbar to turn score hiding on or off
- Reveal individual scores: Double-click a match row to reveal just that score
- Double-click again to re-hide it
The extension injects CSS that makes score elements (.scoreA, .scoreB, .delimiter) transparent with a gray background. A MutationObserver watches for dynamically loaded content since WyScout is a single-page app.