googleのDOM構造

検索結果のDOM構造が変わりました.したがっていままでのgoogletagcloudmaker.user.jsは使えません.修正し次第アップしてリンク先を貼ります.
 修正しました.主な変更点は下記の通りです.

  1. 新しいGoogleのDOMに対応(for new DOM structure of google).
  2. getTextをよりシンプルに変更(simplify getText function).
  3. clearボタンにマウスオンでハイライト状態を解除(the highlighted condition is clear when 'clear' is moused on).
  4. Navigatorをクリックで次の検索または前を検索(installating navi buttons, forward and backword).

 下記のリンク先からどうぞ〜!
Google Tag Cloud Maker

 変更箇所は

<body>
-<noscript>
-<div>
-<table>
-<table>
-<div>
--<p class='g'>ここにそれぞれの検索結果がでる
---<a>title</a>
---<table>本文</table>

だったのが

<body>
-<noscript>
-<div>
-<table>
-<table>
-<div>
--<div class='g'>ここにそれぞれの検索結果がでる
---<h2>title</h2>
---<table>本文</table>

へ変わったようです.
 リアルタイムで見ることができたのは少し感動.でもできれば本文内のテーブル周りをもう少し整理してほしかった.