Greasy Fork is available in English.

Google Search Extra Buttons

Add buttons (last 1/2/3 days, weeks, PDF search etc.) for Google search page

Versión del día 7/12/2016. Echa un vistazo a la versión más reciente.

Autor
spmbt
Calificaciones
0 0 0
Versión
21.2016.12.8
Creado
18/1/2015
Actualizado
7/12/2016
Licencia
Desconocida
Funciona en

Google Search Extra Buttons

Add buttons of customized search to results page of Google and main page. (This page in Russian.)

(Fx, Chrome, Opera12, Safari, MS Edge + Win10 + Tampermonkey)

  • Fx - script is installed by GreaseMonkey addon for userscripts (in older Firefox Scriptish addon may be used);
  • Chrome|new Opera(15+)|Vivaldi|Yandex browser - immediately (on the page chrome://extensions/ it placed as unpacked script in "developer mode"; directory sholuld be contain manifest.json, rename to "js": "GoogleSearchExtra_Buttons.user.js" or similar if need; or by other methods - Tampermonkey);
  • Opera 12- - save userscript in file placed in Opera directory... ( there are instructions );
  • Safari - installed by Tampermonkey for Safari.

Script adds 8 types of buttons that doubled links hidden in:

  • change interface language (en(default), fr, ru, de, es) in Settings area;
  • search PDF docs;
  • search in site (from list; if no list in settings (or commented), this button is not displayed);
  • write list of your favorite sites in code (example: ['slashdot.org','digg.com']);
  • search in interval of dates (fast opening of Google inteface);
  • search for 1,2..13 last days;
  • search for 1,2..10 last weeks;
  • search for 1,2..11 last months;
  • search for 1,2..10 last years;
  • search for 1,2..22 last hours;
  • save of each select in ext. localStorage;
  • multilanguage interface by settings in navigator.language or in script: ('en' is default or on undescribed language);
  • remove lang in settings (select "en w/o hints") for no hints (interface language will be English);
  • save settings (language and sites list) in the external localStorage (google clean own storage), copy list as text;
  • keep type of current page ('tbm=' parameter) - news, pictures, video etc.

2016-01-17: fix autostart after select of site; switch of checkbox. 2016-12-07: fixes for compatibility of new design of input fields; old format is supported also.

This script is based on BarsMonster article (ru) . Github: https://github.com/spmbt/googleSearchExtraButtons .