Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Force URL to display on mouse hover

  • 3 respostas
  • 1 tem este problema
  • 6 visualizações
  • Última resposta de 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!

Todas as respostas (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.