diff options
author | anekos | 2010-05-11 12:05:10 +0000 |
---|---|---|
committer | anekos | 2010-05-11 12:05:10 +0000 |
commit | 90f0176714f5f97fd5c4ebce20d8c575e5f5aec8 (patch) | |
tree | 03d387758cf49c6b02a0e3305c746fa650470184 /foxage2ch.js | |
parent | 17b7844e3ea66d3c8e61de39c7b6b2d415a4d16b (diff) | |
download | vimperator-plugins-90f0176714f5f97fd5c4ebce20d8c575e5f5aec8.tar.bz2 |
どきどきどきめんと
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37453 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'foxage2ch.js')
-rwxr-xr-x | foxage2ch.js | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/foxage2ch.js b/foxage2ch.js index 869acea..0374557 100755 --- a/foxage2ch.js +++ b/foxage2ch.js @@ -66,8 +66,12 @@ let INFO = <p></p> <item> <tags>:foxageopen</tags> - <spec>:foxageo<oa>pen</oa></spec> - <description><p></p></description> + <spec>:foxageo<oa>pen</oa> <a>thread</a></spec> + <description> + <p> + Open the selected <a>thread</a> + </p> + </description> </item> </plugin> <plugin name="FoxAge2ch" version="1.0.0" @@ -81,8 +85,17 @@ let INFO = <p></p> <item> <tags>:foxageopen</tags> - <spec>:foxageo<oa>pen</oa></spec> - <description><p></p></description> + <spec>:foxageo<oa>pen</oa> <a>thread</a></spec> + <description> + <p> + 選択された <a>thread</a> を開く + </p> + <dl> + <dt>☀</dt><dd>新着アリ(?)</dd> + <dt>☁</dt><dd>生存中</dd> + <dt>☂</dt><dd>死亡</dd> + </dl> + </description> </item> </plugin> </>; |