+108

in the search box i want to see the google.com instead yandex.com

Федор Анисимов 10 year бұрын updated by Олег Кирьянов 9 year бұрын 6


-1
Hello please can we be friends contact me here lindatoure@hotmail.com i have something very important to tall you thenks
-1

This F***ing toolbar is malware plain and simple.  It prevented me from working for nearly an hour, disabling all extensions and checking which one was the culprit.  This needs to be gone, or be upfront and ask if the user wants to use this.  I'm unistalling FVD Speed Dial if this is not done soon.

-2
Seems to works fine for the rest of us. Bye.
U can change Finder(google for example):

C:\Users\USER\AppData\Local\Google\Chrome\User Data\Default\Extensions\llaficoajjainaijghjlofdfmbjpebpa\6.6.1_0\js\newtab

WHERE:
1) "llaficoajjainaijghjlofdfmbjpebpa" - "ID" Speed Dial [FVD]. U can see ID here - chrome://extensions/
2) "6.6.1_0" - Speed Dial [FVD] VERSION
3) "USER" - ur username =P

Search in folder "newtab" file speeddial_misc.js
And change line:
var url = "http://fvdmedia.com/addon_search/?q="+encodeURICom... document.getElementById("q").value )+"&from=chrome_fvdsd"

To:
var url = "https://www.google.com/#q="+encodeURIComponent( document.getElementById("q").value )+""

FROFIT
-1
If u want to see"Search on Google.com" instead "Search on Yandex.com":

u need to open folder 
C:\Users\USER\AppData\Local\Google\Chrome\User Data\Default\Extensions\llaficoajjainaijghjlofdfmbjpebpa\6.6.1_0\_locales\ru
WHERE:
1) "llaficoajjainaijghjlofdfmbjpebpa" - "ID" Speed Dial [FVD]. U can see ID here - chrome://extensions/
2) "6.6.1_0" - Speed Dial [FVD] VERSION
3) "USER" - ur username =P
4) "ru" - ur location.

Change file "messages.json" - search and replace lines:
"newtab_search_on_yandex": {
"message": "Search on Yandex"
},

to

"newtab_search_on_yandex": {
"message": "Search on Google"
},


PROFIT