Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Force URL to display on mouse hover

  • 3 antwoorden
  • 1 heeft dit probleem
  • 6 weergaven
  • Laatste antwoord van finitarry

more options

With some advertising pictures, firefox will not display the destination URL at the lower left in the little gray box when I hover the mouse over it. They are undoubtedly links though, because clicking them will redirect me to the respective websites of the advertiser.

Hiding the URLs of links to the user is extremely questionable security-wise (I shouldn't know where I'm going until I click the link?) and I would like to force my browser to show it no matter what the website would specify. Optimally, I would like to be able to do this without breaking any other integral parts of the browser/the site.

I am using 45.0.1, the problem is reproducible (there are often banners on for example gamestar.de where this happens) and persists in safe mode.

Is there a config switch I can set to fix this?

Thanks for the help!

With some advertising pictures, firefox will not display the destination URL at the lower left in the little gray box when I hover the mouse over it. They are undoubtedly links though, because clicking them will redirect me to the respective websites of the advertiser. Hiding the URLs of links to the user is extremely questionable security-wise (I shouldn't know where I'm going until I click the link?) and I would like to force my browser to show it no matter what the website would specify. Optimally, I would like to be able to do this without breaking any other integral parts of the browser/the site. I am using 45.0.1, the problem is reproducible (there are often banners on for example gamestar.de where this happens) and persists in safe mode. Is there a config switch I can set to fix this? Thanks for the help!

Alle antwoorden (3)

more options

This is probably because a JavaScript onclick event is attached to that button. Firefox only shows the value of the 'href' attribute when you hover a link.

You can check that in the Inspector via the right-click context menu (Inspect Element). If there is an 'ev' button appended then this means that JavaScript code is executed when you click this element.

more options

That is indeed what it is, thanks. So is there a way to make these "sneaky" links visible to the user or to stop JavaScript from redirecting you off the original site?

Or would that only work by disabling it completely?

more options

You could block the ads with an ad blocker. That way, you would not even see those things.