[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Yahoo Search Beta: next search page



安宅です。

Yahoo Search Beta でも Google と同じように
SPC だけで次の検索結果ページに行くパッチを書きました。

# Yahoo Search Beta の検索結果ページで
# 「別ウィンドウで表示」というリンクが見出しの横に出て邪魔ですね。
# Emacs-w3m だと意味ないし ^^;

                                    ----Input with T-Code!
                         http://pop-club.hp.infoseek.co.jp
     Masayuki Ataka / 安宅 正之 (ataka@milk.freemail.ne.jp)

2005-06-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>

	* w3m.el (w3m-relationship-estimate-rules): Add rule for Yahoo
	Search Beta.


*** w3m.el	17  6 2005 23:12:35 +0900	1.1146
--- w3m.el	26  6 2005 22:44:32 +0900	
***************
*** 1749,1754 ****
--- 1749,1761 ----
  	      "><img src=/\\(?:intl/[^/]+/\\)?nav_previous\\.gif")
       nil nil)
      (w3m-relationship-simple-estimate
+      "\\`http://beta\\.search\\.yahoo\\.co\\.jp/"
+      ,(concat "<a href=" w3m-html-string-regexp
+ 	      "><img src=http://i\\.yimg\\.jp/images/common/ar_next\\.gif")
+      ,(concat "<a href=" w3m-html-string-regexp
+ 	      "><img src=http://i\\.yimg\\.jp/images/common/ar_prev\\.gif")
+      nil nil)
+     (w3m-relationship-simple-estimate
       "\\`http://www\\.zdnet\\.co\\.jp/news/"
       ,(concat "<a href=" w3m-html-string-regexp ">次のページ</a>")
       ,(concat "<a href=" w3m-html-string-regexp ">前のページ</a>")