+216
Search box should have options
Settings of FVD should have options to customize the search box of FVD. It should contain option to disable the box, change it position, style and search system.
Служба підтримки клієнтів працює на UserEcho
Hi,
currently there is option to disable it completely in settings.
Where? I don't see.
1.jpg
Oops)) Thank you) 2 more options to go)
Yes having options to search, sort/ order dials is ESSENTIAL for serious use why doesn't this already exist?
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
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