document.addEventListener("DOMContentLoaded", function() { const link = document.querySelector('a[href*="ibew-stores.html"]'); if(link){ link.removeAttribute('href'); link.style.cursor = 'default'; } });