Much appreciated Exorince.
Indeed! The new forum update is alrighty. But it was scaled way down. Thank you for this Exo!
var li = document.createElement("li");li.setAttribute("style", "z-index: 10000;");var a = document.createElement("a");a.setAttribute("href", "link");a.setAttribute("style", "z-index: 10000;");a.innerText("Elegance");li.appendChild(a);document.getElementById("new_skin_menucontent").appendChild(li);