Hover a mouse over a link – just don't trust the results
michaelhorowitz.com
Hover a mouse over a link – just don't trust the results
1–10 of 10 posts
Re: Hover a mouse over a link – just don't trust the results
#2Re: Hover a mouse over a link – just don't trust the results
#3Re: Hover a mouse over a link – just don't trust the results
#4Re: Hover a mouse over a link – just don't trust the results
#5The websites I really can't stand are the ones featuring href="#", only relying on Javascript for links.
Re: Hover a mouse over a link – just don't trust the results
#6Google does this for its search results. Hovering the cursor over it shows the actual URL of the result, but whenever it detects an onclick event it replaces it by its own tracking URL. Super annoying when trying to copy an URL - luckily you can easily get rid of it through user.js.
Even if you are addicted to tracking (and assuming that tracking is a good thing that users actually want) surely there is a way to do it without sabotaging URLs.
Re: Hover a mouse over a link – just don't trust the results
#7Designers seem to have learned the wrong lessons. If users are blocking your pop-up windows (or other annoying features like autoplaying video) the proper response is to design your web site to work properly without the irritating features, not to come up with a new way of invoking them that works even in the face of powerful blocking mechanisms and user opposition.
Re: Hover a mouse over a link – just don't trust the results
#8Google does this for its search results. Hovering the cursor over it shows the actual URL of the result, but whenever it detects an onclick event it replaces it by its own tracking URL. Super annoying when trying to copy an URL - luckily you can easily get rid of it through user.js.
Re: Hover a mouse over a link – just don't trust the results
#9One more reason for right click -> open in a new tab (on desktop). It's a surprisingly simple and effective solution. Edit: copy/paste link location also gets rid of the unwanted Javascript destination and should be safe. The websites I really can't stand are the ones featuring href="#", only relying on Javascript for links.
Re: Hover a mouse over a link – just don't trust the results
#10Just one of many reasons you should block js by default, and push back (usually by just leaving) sites that show blank pages without it.