WX310K/320K/300K AH-K3001V 京セラWILLCOM総合861

このエントリーをはてなブックマークに追加
635白ロムさん
>>604
>亀レスですまん。これって「今表示しているページ」じゃなくて「選択したリンク(先URL)」を
>gwtで表示するBookmarkletって作れないのかな?

アクティブ(カーソルあるところ)リンク先を表示するブックマークレット
javascript:location.href="http://www.google.co.jp/gwt/n?_gtw_noimg=0&u="+encodeURIComponent(document.activeElement.getAttributeNode("href").value);

両用(最初の選択肢でYesだとアクティブリンク先を表示、Noだと
そのページ自体を表示)
javascript:(function(){var u=(confirm("Link?"))?document.activeElement.getAttributeNode("href").value:location;location="http://www.google.co.jp/gwt/n?_gtw_noimg=0&u="+encodeURIComponent(u);})();