Google search parameters in 2012
rankpanel.com
Google search parameters in 2012
1–10 of 21 posts
Re: Google search parameters in 2012
#2Example: https://google.com/search?q=google
Re: Google search parameters in 2012
#3Re: Google search parameters in 2012
#4Re: Google search parameters in 2012
#5It irritates me that all this stuff is sent in the URL. Personally, I would put the query (and query-related) things in the URL, then use POST parameters for the stuff that the user needn't see.
Re: Google search parameters in 2012
#6It irritates me that all this stuff is sent in the URL. Personally, I would put the query (and query-related) things in the URL, then use POST parameters for the stuff that the user needn't see.
Re: Google search parameters in 2012
#7Re: Google search parameters in 2012
#8It irritates me that all this stuff is sent in the URL. Personally, I would put the query (and query-related) things in the URL, then use POST parameters for the stuff that the user needn't see.
Well that would break back and forward history navigation as browsers require you te explicitly resend POST parameters.
Also after all, you want to GET the search result, not POST anything.
Re: Google search parameters in 2012
#9Are there any add-ons out there which allow you to remove specific parameters from the URL before requesting it? This would be very useful for me, as I have a slight (probably OCD-related) problem with the parameters added while browsing YouTube. Before I start viewing a video, I always remove "&feature=related" and similar ones appearing, causing a reload. I would prefer not requesting with those parameters in the f…
Re: Google search parameters in 2012
#10Can someone confirm that the following query gives non personlized search results?: http://www.google.com/search?q=ubuntu&ncr=1&pws=0
btw, this thing has been my #1 complaint with google for years. How hard is to make a completly 'neutral' non personalized version of Google available at a specific adress or with a checkbox in your google account.