diff --git a/voussoir.net/index.html b/voussoir.net/index.html
index 8ec6acd..2bfdbaa 100644
--- a/voussoir.net/index.html
+++ b/voussoir.net/index.html
@@ -1128,7 +1128,7 @@ function splash_fade_in()
{
HEADLINE_SPLASH.classList.remove("shrink_out");
const new_text = next_splash_text();
- if (SUNGLASSES_SPLASHES.indexOf(new_text) > -1)
+ if (SUNGLASSES_SPLASHES.indexOf(new_text) > -1 && document.hasFocus() && (! document.body.classList.contains("justthesplash")))
{
reveal_sunglasses();
}