destroy ads properly

This commit is contained in:
evanpelle
2026-02-03 19:52:07 -08:00
parent 286b31f403
commit d358ef79de
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -813,6 +813,7 @@ class Client {
"token-login",
"matchmaking-modal",
"lang-selector",
"gutter-ads",
].forEach((tag) => {
const modal = document.querySelector(tag) as HTMLElement & {
close?: () => void;