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))
さて、これでもうちゃんとぐぐれる!
と、ぐぐってみたら直ってた…
Google さんがおかしくなったので More ログイン