const inpage = window.location.href.includes('letra');if(window.location.pathname == '/' || inpage){window.glossary = setInterval(function(){if(document.querySelectorAll('.lglossary').length > 2 ){document.querySelector(`[data-glossary='09']`).remove();document.querySelector(".glossary").insertAdjacentHTML('beforeend', `
  • 0-9
  • `);for(let letter of document.querySelectorAll('.lglossary')){if(inpage){const requestA = window.location.pathname.split("/").at(-2);if(requestA == letter.dataset.glossary){letter.classList.add("active");}}letter.addEventListener("click",e=>{e.preventDefault();e.stopPropagation();const alpha = e.currentTarget.dataset.glossary;window.location.href = 'https://ww3.animeonline.ninja/letra/'+alpha;},false);}}},500);}