Best prices 💰 600+ products 📦 World wide shipping ✈️
document.addEventListener("DOMContentLoaded", function() { // Selects the 25th item in .navbar-dropdown and changes its text to "cde" let item = document.querySelector("header nav.navbar .navbar-menu li.navbar-item .navbar-dropdown li:nth-child(31) a"); if (item) { item.textContent = "Old"; } });