document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('[aria-hidden="true"] a').forEach(function(el) { el.setAttribute('tabindex', '-1'); }); });