搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to show actual real link in hover bar

  • 1 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

Links that appear in a Facebook page appear like this: https:<etc>mypolice.page.link/d... But actually goes to: https:<etc>l.facebook.com<etc>l.php?u=https%3A%2F%2Fmypolice.page.link%2Fd...

Fair enough. The link text doesn't have to be the same as the URL it's going to.

But the "hover" link that shows at the bottom of the screen is *extremely* misleading, because it doesn't show the real link - it doesn't show where it actually is going. If I right click a link and Copy Link, then I can see the real destination by pasting it in a text file.

How do I change the hover "status bar" text to show the actual, real destination of a link?

Links that appear in a Facebook page appear like this: https:<etc>mypolice.page.link/d... But actually goes to: https:<etc>l.facebook.com<etc>l.php?u=https%3A%2F%2Fmypolice.page.link%2Fd... Fair enough. The link text doesn't have to be the same as the URL it's going to. But the "hover" link that shows at the bottom of the screen is *extremely* misleading, because it doesn't show the real link - it doesn't show where it actually is going. If I right click a link and Copy Link, then I can see the real destination by pasting it in a text file. How do I change the hover "status bar" text to show the actual, real destination of a link?

由PeterL777于修改

所有回复 (1)

more options

The hover link is always the href attribute of this link. A website can always modify the link via a JavaScript onclick handler and it is not possible to predict where you end up. You can check this in the Inspector by the presence of an event label appended.