| 1 | | var PLUGIN_INFO = |
| 2 | | <VimperatorPlugin> |
| 3 | | <name>{NAME}</name> |
| 4 | | <description>blink elements by XPath</description> |
| 5 | | <author mail="teramako@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/teramako/">teramako</author> |
| 6 | | <require type="extension" id="inspector@mozilla.org">DOM Inspector</require> |
| 7 | | <license>MPL 1.1</license> |
| 8 | | <version>1.0.1</version> |
| 9 | | <minVersion>2.3pre</minVersion> |
| 10 | | <maxVersion>2.3pre</maxVersion> |
| 11 | | <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/xpathBlink.js</updateURL> |
| 12 | | <detail><![CDATA[ |
| 13 | | for test xpath |
| 14 | | |
| 15 | | == Usage== |
| 16 | | :xpathb[link] {expression}: |
| 17 | | :xb {expression} |
| 18 | | blink specified elements with XPath {expression} |
| 19 | | |
| 20 | | == Caution == |
| 21 | | It's need "DOM Inspector" addon |
| 22 | | ]]></detail> |
| 23 | | </VimperatorPlugin>; |
| | 1 | let INFO = |
| | 2 | <plugin name="xpathBlink" version="1.1" |
| | 3 | href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/xpathBlink.js" |
| | 4 | summary="blink elements by XPath" |
| | 5 | xmlns="http://vimperator.org/namespaces/liberator"> |
| | 6 | <author email="teramako@gmail.com">teramako</author> |
| | 7 | <license href="http://www.mozilla.org/MPL/MPL-1.1.txt">MPL 1.1</license> |
| | 8 | <project name="Vimperator" minVersion="2.2"/> |
| | 9 | <p> |
| | 10 | For test XPath. |
| | 11 | </p> |
| | 12 | <p>CAUTION: This plugin needs "DOM Inspector" addon.</p> |
| | 13 | <item> |
| | 14 | <tags>:xpathb :xpathblink</tags> |
| | 15 | <spec>:xpathb<oa>link</oa> <a>expression</a></spec> |
| | 16 | <description> |
| | 17 | <p> |
| | 18 | blink specified elements with XPath <a>expression</a> |
| | 19 | </p> |
| | 20 | </description> |
| | 21 | </item> |
| | 22 | </plugin>; |