07/08/25 14:04:28 mFUfTd+l0
>>604
>亀レスですまん。これって「今表示しているページ」じゃなくて「選択したリンク(先URL)」を
>gwtで表示するBookmarkletって作れないのかな?
アクティブ(カーソルあるところ)リンク先を表示するブックマークレット
javascript:location.href="URLリンク(www.google.co.jp)(document.activeElement.getAttributeNode("href").value);
両用(最初の選択肢でYesだとアクティブリンク先を表示、Noだと
そのページ自体を表示)
javascript:(function(){var u=(confirm("Link?"))?document.activeElement.getAttributeNode("href").value:location;location="URLリンク(www.google.co.jp)(u);})();