The distinction between Google search for Russia, Ukraine and Belarus

This post owes its origin to my issue I have not received a response.


But, one man pushed me on thought.
I did what you wanted. And decided to share with the people.
That's what happened in the end.

Problem


And just to remind again when searching in Google some sort of product, such as a laptop (I want to know the price or info), the results Google popadatsya sites not only Russian, but also Ukrainian and Belarusian.

Many may say, "Prefilled in the advanced search the country", and they will be right.

But I when I looking for something, used to use browser-based search tools, for example:

In Firefox================================================


In Opera================================================


In Chrome================================================


Solution


And the decision was simple. I analyzed the token in a search line Google, and found that the token
&cr=countryRU
responsible for whether to search by country.

It remains to tie this phrase to the search query in the browser.
We must also add, as the search is implemented in different places of the browser, it is necessary to consider, ie,
1. When you click on the word shortcut menu (Firefox, Opera,Chromium).
2. When you enter in the address bar (Firefox, Opera,Chromium).
3. When you type in the search bar (Firefox, Opera).

Mozilla Firefox

1. Need to fix the search query with the standard Gorlovskogo to your
the
user_pref("keyword.URL", "http://www.google.ru/search?q=");

the
user_pref("keyword.URL", "http://www.google.ru/search?&cr=countryRU&q=");

these entries you can make in the file user.js or prefs.js
2. Now we need to fix the search bar in the context menu, this will open the file search.json (it is registered in your search plugin) from Firefox profile. There are 3 variations of the search phrase (but do not know for what answers).
We need to add the following line (by analogy with others)
the
{"name":"cr","value":"countryRU"}
.
What would be easier for her to find what I was looking for row {"name":"aq","value":"t"} and put my string after it.
That's it now your Google search is only in Russia.

Opera

Tried to find some configuration file responsible for search query, but not found.
But the solution in this case is even simpler.
Open the General settings Opera, on the Search tab, select Google and click the "edit" button, then "More".
We offer a line where you want to insert our new marker &cr=countryRU, ie...
It was so —
http://www.google.com/search?q=%s&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest

It was so —
http://www.google.com/search?q=%s&sourceid=opera&ie=utf-8&cr=countryRU&oe=utf-8&channel=suggest


Chromium

Lots of weird, I think the implementation.
Open the settings, click "Manage search engines" and create a new PS.
For example, the name "Google Russia"
The keyword "Google.ru"
Link with
{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:searchFieldtrialParameter}{google:instantFieldTrialGroupParameter}sourceid=chrome&cr=countryRU&ie={inputEncoding}&q=%s

Well, now you specify the new PS by default.

Video


If you would prefer to watch a video please see (better in HD).


what is the result?!


But in the end, it's just a little tuning the search in the browser, but which to me personally already helping.
Live in Belarus and you are not satisfied with the Russian sites, then change EN to BY.
Live in Ukraine, then change EN to UA.
I also Want to remind you that Habr read not only You personally, but also a lot of people for whom this solution might be useful.

UPD.
Please do not discuss national issues and nitpicking.
To all whom it may be useful.
http://internethelper.ru/gsic/
Google Search in Countries

Use everything! Copy, edit, use.!
Article based on information from habrahabr.ru

Комментарии

Популярные сообщения из этого блога

When the basin is small, or it's time to choose VPS server

Performance comparison of hierarchical models, Django and PostgreSQL

From Tomsk to Silicon Valley and Back