My tickets

window.onload = function () { document.querySelectorAll('input, textarea, select').forEach(input => { if (!input.hasAttribute('autocomplete')) { input.setAttribute('autocomplete', 'off'); } }); };