Earlier quoted context omitted.
I'm sure this is something they have considered as their own analytics program uses onclick to track outbound traffic - I assume it's a mix of speed, reliability and the ability to track without javascript. Plus, if it was done on OnClick there would definitely be an add-on to disable the tracking on all browsers.
There are some privacy reasons for it. A direct link from a search page will let websites see the search terms that users entered in to navigate there. Google still knows everything so it doesn't protect you from them, but websites are more in the dark what users were doing before clicking the link.
A URL Lengthener
aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com
271–280 of 313 posts
Re: A URL Lengthener
#272Love it. This is going in the toolbox along with http://shadyurl.com
Re: A URL Lengthener
#273Re: A URL Lengthener
#274Re: A URL Lengthener
#275Re: A URL Lengthener
#276Love it. This is going in the toolbox along with http://shadyurl.com
https://aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
Re: A URL Lengthener
#277fun fact. in the browser wars of 1993(?) i looked at the specs from netscape (mozilla dady for the young folks) and microsoft (what w3c? ha!) and netscape release a browser spec that said "X must support up to Y", as in "url must be up to 1024 chars", "cookies must be up to 1mb", etc... then microsoft release IE4 (or 6?) web spec. It was literally a copy of netscape's but with "up to" replaced with "at least". and fr…
I was on a 12-person failed project, the kind of which you owe millions to the govt. We had a problem with the search, we couldn’t get performance. I told my boss: “See, they wrote ‘The old search responded in 2 seconds. The new search must take at least the same time.’ We could almost add a sleep(2000) before starting the search.” He went with it. They dealt to drop the requirement on the performance of the search o…
You only have so many hours in your day.
Way back when, we used to remind people to be careful what they wished for in case they got it.
Re: A URL Lengthener
#278Earlier quoted context omitted.
But what to do about them JavaScript disabling varmints then?
That’s what hyperlink auditing with the ping attribute is for: https://html.spec.whatwg.org/multipage/links.html#hyperlink-... You put a `ping` attribute on a link, and when the user follows the link, the browser sends a request to the ping URL notifying it of the action. Firefox disables it by default, which doesn’t seem like much of a privacy win considering JavaScript is enabled by default and can polyfill this fu…