You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function addAnchorToNav(){const e=document.getElementById("nav-xshop");e?[...links].reverse().forEach(t=>{const n=Object.assign(document.createElement("a"),t);e.insertBefore(n,e.firstChild)}):console.error("ARIN Nav element not found")}const links=[{href:"/spr/returns/history",textContent:"Returns",className:"nav-a"},{href:"/gp/help/customer/express/c2c/popup.html",textContent:"Support Call",className:"nav-a"}];addAnchorToNav();