Thank you for your answers.
The one for the Jquery, it doesn't work.
The one for the display:none, it removes the link
Here is where the target is located (opens new page)
<li class="item-administration">
<a class="hasIcon" href="https://www.domain.tld/admin" target="_blank" active="false">
<i aria-hidden="true" class="icon fas fa-wrench Button-icon"></i>
<span class="Button-label">Administration</span>
</a>
</li>
I would like the target in the link to be removed. I don't like the opening of a new window. I would like to know if it is possible to remove it?
However, I don't have much skill in Typescript or Javascript 🙁
Thanks 😉