Discuții » Cerere de creare

Show link URL on mouse position

§
Postat în: 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:

§
Postat în: 04-06-2021
Editat în: 04-06-2021
document.querySelectorAll('a').forEach(a => a.title = a.href)

Postează un raspuns

Autentifică-te pentru a posta un răspuns.