Greasy Fork is available in English.

Google Search Extra Buttons

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

2015/10/15時点のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
spmbt
評価
0 0 0
バージョン
6.2015.10.15
作成日
2015/01/18
更新日
2015/10/15
ライセンス
不明
対象サイト

Google Search Extra Buttons

Add buttons of customized search to results page of Google.

(Fx, Chrome, Opera12, Safari)

  • Fx - script installed by Scriptish/GreaseMonkey (addons for userscripts);
  • Chrome - 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);
  • Opera 12- - save userscript in file placed in Opera directory... ( there are instructions );
  • Safari - installed by NinjaKit (not checked, but no complexity in script).

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

  • 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;
  • multilanguage interface by settings in navigator.language or in script: ('en' is default or on undescribed language);
  • remove lang in settings for no hints (interface language will be English).

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