Changeset 36204
- Timestamp:
- 12/19/09 16:55:09 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/appendAnchor.js
r35833 r36204 4 4 <description>append anchors to texts look like url.</description> 5 5 <description lang="ja">リンク中の URL っぽいテキストにアンカーをつける。</description> 6 <version>0.4. 1</version>6 <version>0.4.2</version> 7 7 <author>SAKAI, Kazuaki</author> 8 8 <minVersion>2.0pre</minVersion> 9 <maxVersion>2. 0pre</maxVersion>9 <maxVersion>2.3</maxVersion> 10 10 <detail><![CDATA[ 11 11 == Commands == … … 84 84 85 85 // iterate 86 node = node.nextSibling.nextSibling ;86 node = node.nextSibling.nextSibling.nextSibling; 87 87 } 88 88 } 89 89 range.detach(); 90 },{} 90 }, 91 {}, 92 true 91 93 ); 92 94
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)