Changeset 37745
- Timestamp:
- 05/28/10 20:43:39 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/gmail-commando.js
r37744 r37745 40 40 <description>The handy commands for GMail</description> 41 41 <description lang="ja">便利なGMail用コマンドー</description> 42 <version>1.3. 0</version>42 <version>1.3.1</version> 43 43 <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 44 44 <license>new BSD License (Please read the source code comments of this plugin)</license> … … 58 58 let INFO = 59 59 <> 60 <plugin name="GMailCommando" version="1.3. 0"60 <plugin name="GMailCommando" version="1.3.1" 61 61 href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" 62 62 summary="The handy commands for GMail" … … 73 73 </item> 74 74 </plugin> 75 <plugin name="GMailコマンドー" version="1.3. 0"75 <plugin name="GMailコマンドー" version="1.3.1" 76 76 href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/gmail-commando.js" 77 77 summary="便利なGMail用コマンドー" … … 196 196 get doc() content.frames[3].document, 197 197 198 get labels() A(this.doc.querySelectorAll('a.n0')) ,198 get labels() A(this.doc.querySelectorAll('a.n0')).filter(function (it) (/#label/(it.href))), 199 199 200 200 get input() this.doc.getElementById(':rh'),
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)