Skip to content document.addEventListener("DOMContentLoaded", function () { const links = document.querySelectorAll('a[aria-haspopup="true"]'); links.forEach(function (link) { link.setAttribute("role", "button"); }); });