ゼロと無限の間に

フリーでオープンソースなJavaScriptとかPHPとか。

ユーザ用ツール

サイト用ツール


javascript:google-search-old-fashioned

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
javascript:google-search-old-fashioned [2009/05/07 21:48] – 作成 dgbadminjavascript:google-search-old-fashioned [2009/11/30 00:35] (現在) – javascript玉手箱から移動した dgbadmin
行 1: 行 1:
 ====== Google検索結果をSearchWiki導入前の姿に戻すGreasemonkey - Google Search Old-Fashioned ====== ====== Google検索結果をSearchWiki導入前の姿に戻すGreasemonkey - Google Search Old-Fashioned ======
  
-更新履歴とコメントは[[http://0-oo.net/log/category/javascript/google-search-old-fashioned/|Google Old-Fashioned Archive - ゼロと無限の間のログ]]へどうぞ。 +[[greasemonkey/google-search-old-fashioned]]に移動しました。
- +
-{{:javascript:donut.jpg|}} +
- +
-あちこちで不平不満悲鳴の聞こえるGoogle SearchWiki。個人的はSearchWiki自体は嫌いではない(と同時に必要でもない)けど、[[http://www.customizegoogle.com/ja-JP/|CustomizeGoogle]]のフィルターが効かなくなるのが辛い。フィルター無しではGoogle検索結果は半分近くがゴミリンクになってしまうことを改めて思い知らされた。\\ +
-これでは作業効率が悪い。 +
- +
-なので、Googleの検索結果をSearchWiki導入前の姿に戻すGreaseMonkeyを探したけど、なぜかどれもCustomizeGoogleのフィルターが有効にならない\\ +
-仕方ないので自分で作った。 +
- +
-URLに"hl=all"を付けるだけだけど 8-)\\ +
-SearchWikiが全言語に対応された日には、このやり方は効かなくなるかもね :-X +
- +
- +
-===== ライセンス ===== +
-[[http://0-oo.net/pryn/MIT_license.txt|MITライセンス]]で。 +
- +
- +
-===== インストール ===== +
-[[http://0-oo.net/us/google_search_old_fashioned.user.js|google_search_old_fashioned.user.js]] +
- +
- +
-===== ソースコード ===== +
-<code javascript> +
-// ==UserScript== +
-// @name        Google search old-fashioned +
-// @namespace   http://0-oo.net/ +
-// @description Display old and good Google search result. +
-// @version     0.1.0 +
-// @include     http://www.google.tld/search* +
-// @include     http://www.google.tld/custom* +
-// @include     http://www.google.tld/url* +
-// ==/UserScript== +
-// +
-// http://0-oo.net/sbox/javascript/google-search-date-limiter +
-// ( The MIT License ) +
-// +
-(function() { +
- if (location.href.match("hl=all")) { +
- document.getElementById("res").style.marginLeft = "2em"; +
- } else { +
- location.href += "&hl=all"; +
-+
-})(); +
-</code> +
javascript/google-search-old-fashioned.1241700538.txt.gz · 最終更新: 2009/05/07 21:48 by dgbadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki