Diskussionen » Entwicklungsanfragen

Show link URL on mouse position

§
Veröffentlicht: 04.06.2021

I'm looking for a browser addon, userscript or some simple way that would display the URL of a link on the mouse position instead of the bottom left corner, like this for example:

§
Veröffentlicht: 04.06.2021
Bearbeitet: 04.06.2021
document.querySelectorAll('a').forEach(a => a.title = a.href)

Antwort schreiben

Anmelden um eine Antwort zu senden.

长期地址
遇到问题?请前往 GitHub 提 Issues。