document.addEventListener('DOMContentLoaded', function() { function removeAllText() { document.querySelectorAll('.awsm-selectric .label, .nice-select .current').forEach(function(el) { if (el.textContent.trim().startsWith('All ')) { el.textContent = el.textContent.replace('All ', ''); } }); } removeAllText(); setInterval(removeAllText, 500); });document.addEventListener('DOMContentLoaded', function() { function removeAllText() { document.querySelectorAll('.awsm-selectric .label, .nice-select .current').forEach(function(el) { if (el.textContent.trim().startsWith('All ')) { el.textContent = el.textContent.replace('All ', ''); } }); } removeAllText(); setInterval(removeAllText, 500); });document.addEventListener('DOMContentLoaded', function() { function removeAllText() { document.querySelectorAll('.awsm-selectric .label, .nice-select .current').forEach(function(el) { if (el.textContent.trim().startsWith('All ')) { el.textContent = el.textContent.replace('All ', ''); } }); } removeAllText(); setInterval(removeAllText, 500); });
Skip to content