Slay the Spire 2 Wiki
Your deck. Your fate. All the secrets in one place.
Search
Slay the Spire 2 Wiki
Your deck. Your fate. All the secrets in one place.
<script> document.addEventListener("DOMContentLoaded", function () {
const trigger = document.getElementById("tg-mainpage-search-trigger"); if (trigger) { trigger.addEventListener("click", function () { const menuButton = document.querySelector(".mw-ui-icon-element.mw-ui-icon-search"); if (menuButton) { menuButton.click(); // Temanın kendi açılır arama çubuğunu tetikler } }); }
}); </script>