Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// Entfernt Chrome-Ziffern in Untermenüs nach dem Laden document.querySelectorAll('#top-menu .sub-menu li a').forEach(function(link){ link.childNodes.forEach(function(node){ if(node.nodeType === Node.TEXT_NODE && node.textContent.trim() === '3'){ node.textContent = ''; } }); });
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.