Live data from Hacker News

What is up with the insane long Google results URL now?

mergy.org

21–30 of 77 posts

Re: What is up with the insane long Google results URL now?

#21
post #15
post #11

In chrome I set my default search engine to "Googol" with the search query: http://google.com/search?q=%s . Seemed to fix it for me

[deleted]

You can now use HTTPS on the www subdomain. Try https://www.google.com/search?q=%s as the URL to use. I consistently get this turned into https://www.google.com/search?q=foo&qscrl=1 which makes it easy enough to cut out the qscrl parameter for linking purposes.

Re: What is up with the insane long Google results URL now?

#22
post #3

But I really want it to stop. I hate not being able to just "copy link address" off of the results page

I started using Google/Yandex search link fix Fx addon after not being able to copy the address of a .pdf file I googled for.

[1] https://addons.mozilla.org/en-US/firefox/addon/google-search...

Re: What is up with the insane long Google results URL now?

#23
post #17

CoralCDN link: http://mergy.org.nyud.net/2013/01/what-is-up-with-the-insane... I couldn't get through to the main site. Fortunately someone had fetched the page over coralcdn at some earlier point. I wonder if someone wrote a proactive coralcdn bot for HN links.

Throwing some more bandwidth on it now. Thanks for the mirror link.

Re: What is up with the insane long Google results URL now?

#24

Google's search URLs have slowly been creeping up in length over years. Some of the parameters like hl are for user interface control (in this case, langauge). Others like sourceid are for broad tracking of who's using Google how. And lately there are many more nonces mostly related to tracking individual users, Google+, instant search, etc. Many of those change based on who you are logged in as. Google is also respo…

[deleted]

Re: What is up with the insane long Google results URL now?

#25
This is Google keeping search keywords for their paying customers (changing referer), among other things. Honestly I wouldn't care so much if it weren't so dang slow at random times!

Firefox addon (useful many places):

https://addons.mozilla.org/en-us/firefox/addon/redirect-remo...

Chrome:

https://chrome.google.com/webstore/detail/undirect/dohbiijnj...

Edit: This comment is relevant to search results, not the address bar, my bad!

Re: What is up with the insane long Google results URL now?

#26
post #3

But I really want it to stop. I hate not being able to just "copy link address" off of the results page

I search Google via DDG, which gives you a nice (albeit, initial) url. https://www.google.com.au/search?hl=en&q=hacker%20news

Re: What is up with the insane long Google results URL now?

#27
Some of the parameters are there to enable certain performance enhancements. For example:

-The home page, after rendering the search box and all that, asynchronously downloads the css, images and html needed to display the chrome around the results listing.

-That way it is cached on the client, and when they perform a query, less data has to be downloaded from Google's servers (just the actual results & ads), making the result page render faster.

-It knows not to download all the chrome due to the presence of the 'fp' GET parameter, the absence of that parameter will cause the entire results page, including chrome, to be downloaded.

I presume the rest of the parameters are useful for similar reasons.

It should also be noted that for non-HTML5 compatible browsers, modifying the hash fragment with JavaScript is the only way to change the url that gets bookmarked without causing a page reload (which would add latency), so if you want a bookmarkable local results page for images with certain preferences, adding a bunch of crap (latitude, longitude, preference hash, query, search type, etc.) to the fragment is the only way.

Re: What is up with the insane long Google results URL now?

#28

Google's search URLs have slowly been creeping up in length over years. Some of the parameters like hl are for user interface control (in this case, langauge). Others like sourceid are for broad tracking of who's using Google how. And lately there are many more nonces mostly related to tracking individual users, Google+, instant search, etc. Many of those change based on who you are logged in as. Google is also respo…

you don't like it when you search, but you like it when you track your campaigns and stats.

Re: What is up with the insane long Google results URL now?

#30
post #15

Earlier quoted context omitted.

[deleted]

You can now use HTTPS on the www subdomain. Try https://www.google.com/search?q=%s as the URL to use. I consistently get this turned into https://www.google.com/search?q=foo&qscrl=1 which makes it easy enough to cut out the qscrl parameter for linking purposes.

[deleted]
Post reply on HN