====== GetAndGoSelectionLinks Version 0.7 Release ======
meta-tags: opera,javascript,userjs,get-n-go-selection-links.js
meta-author: t.ashula
meta-entiry_id: get_n_go_selection_links_v07
meta-creation_date: 2007-09-04T11:56:05+09:00
[[http://browserjs.blog102.fc2.com/blog-entry-345.html|Opera-Script 1 get and go selection links ]]にて紹介されてしまったので,調子に乗って ver. 0.7 をリリース.
お持ち帰りは[[http://ashula.info/files/opera/tips/get-n-go-selection-links.js|get-n-go-selection-links.js]]から.
導入は[[opera:tips:get_n_go_selection_links]]を参照.
[[opera:tips:get_n_go_selection_links_version_0_8_release]]
=====変更点=====
ver 0.7 での主な変更点は以下の通り
- データ構造の変更 & uniq()の削除
- テキストからの抽出処理の修正
- フィルタの修正
====データ構造の変更 & uniq()の削除====
Array を継承した集合(UriSet) を用いるように変更.それに伴って,uniq()関数を削除.
====テキストからの抽出処理の修正====
文字列として書かれた URI が要素をまたいでいたとき(''www.google.com'' というようなマークアップがされていたとき),にも取得できるように修正.
====フィルタの修正====
http://www.example.com と http://www.example.com/ , http://www.example.com.を同一とみなすように修正.