Страницы: 1
лезем в файл
c:\Users\ИмяПользователя\AppData\Roaming\Mozilla\Firefox\Profiles\Профиль\extensions\pavel.sherbakov@gmail.com\chrome\content\include\speed_dial.js
в функции
doSearch: function( event )
находим
parent.document.location =
у меня было так:
parent.document.location = "http://flashvideodownloader.org/addon_search/?q="+encodeURIComponent(searchText)+"&from="+key;
сделал так:
parent.document.location = "https://www.google.ru/search?q="+encodeURIComponent(searchText)+"&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:ru:official&client=firefox-a";
Страницы: 1