Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Force URL to display on mouse hover

  • 3 одговорa
  • 1 има овај проблем
  • 6 прегледа
  • Последњи одговор послао 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!

Сви одговори (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.