パスワードを忘れた? アカウント作成
54177 journal

cheekcatの日記: Google さんがおかしくなったので

日記 by cheekcat

こんな filter を書いて

(defun w3m-filter-google-remove-interstitial (url)
  (goto-char (point-min))
  (while (re-search-forward "href=\"/interstitial\\?url=\\([^\"]*\\)" nil t)
    (replace-match (concat "href=\"" (w3m-url-decode-string url)))))
 
(add-to-list 'w3m-filter-rules
         '("^http://[^/]*google\\.\\(com\\|co\\.jp\\)"
           w3m-filter-google-remove-interstitial))

さて、これでもうちゃんとぐぐれる!
と、ぐぐってみたら直ってた…

この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。
typodupeerror

ソースを見ろ -- ある4桁UID

読み込み中...