Changeset 25220
- Timestamp:
- 11/28/08 15:54:10 (6 weeks ago)
- Location:
- lang/javascript/vimperator-plugins/trunk
- Files:
-
- 2 modified
-
pathtraq.js (modified) (3 diffs)
-
yslow.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/pathtraq.js
r25170 r25220 2 2 * ==VimperatorPlugin== 3 3 * @name pathtraq.js 4 * @description optimize the indicator of Pathtraq add on.5 * @description-ja Pathtraq addonの表示をいい感じにする。4 * @description optimize the indicator of Pathtraq add-on. 5 * @description-ja Pathtraq アドオンの表示をいい感じにする。 6 6 * @author janus_wel <janus_wel@fb3.so-net.ne.jp> 7 7 * @version 0.10 … … 14 14 * 15 15 * USAGE 16 * this plugin change Pathtraq indicators to non-display,16 * This plugin change Pathtraq indicators to non-display, 17 17 * and display the icon of Pathtraq. 18 18 * you can use value 'p' in option 'pageinfo'. … … 29 29 ( function () { 30 30 31 // add on check31 // add-on check 32 32 const doc = window.document; 33 33 if (!doc.getElementById('pathtraq-status')) { 34 liberator.log('pathtraq.js is need pathtraq addon: http://pathtraq.com/install', 0);34 liberator.log('pathtraq.js is need Pathtraq add-on: http://pathtraq.com/install', 0); 35 35 return; 36 36 } -
lang/javascript/vimperator-plugins/trunk/yslow.js
r25170 r25220 2 2 * ==VimperatorPlugin== 3 3 * @name yslow.js 4 * @description optimize the indicator of YSlow add on.5 * @description-ja YSlow addonの表示をいい感じにする。4 * @description optimize the indicator of YSlow add-on. 5 * @description-ja YSlow アドオンの表示をいい感じにする。 6 6 * @author janus_wel <janus_wel@fb3.so-net.ne.jp> 7 7 * @version 0.10 … … 26 26 ( function () { 27 27 28 // add on check28 // add-on check 29 29 const doc = window.document; 30 30 if (!doc.getElementById('yslowStatusBar')) { 31 liberator.log('yslow.js is need YSlow add on: https://addons.mozilla.org/ja/firefox/addon/5369', 0);31 liberator.log('yslow.js is need YSlow add-on: https://addons.mozilla.org/firefox/addon/5369', 0); 32 32 return; 33 33 } … … 43 43 if(verbose) { 44 44 if (grade.value && grade.value !== 'YSlow') yield ['Grade', grade.value]; 45 if (size.value) yield ['Size', size.value];46 if (time.value) yield ['Time', time.value];45 if (size.value) yield ['Size', size.value]; 46 if (time.value) yield ['Time', time.value]; 47 47 } 48 48 return;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)