From c684a316e961757ebf2b6d76e088bf22175dd691 Mon Sep 17 00:00:00 2001 From: drry Date: Fri, 28 Nov 2008 06:54:10 +0000 Subject: * AMO の URL を変更しました。 * ほか。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25220 d0d07461-0603-4401-acd4-de1884942a52 --- yslow.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'yslow.js') diff --git a/yslow.js b/yslow.js index bab364b..c45ce42 100644 --- a/yslow.js +++ b/yslow.js @@ -1,8 +1,8 @@ /* * ==VimperatorPlugin== * @name yslow.js - * @description optimize the indicator of YSlow addon. - * @description-ja YSlow addon の表示をいい感じにする。 + * @description optimize the indicator of YSlow add-on. + * @description-ja YSlow アドオンの表示をいい感じにする。 * @author janus_wel * @version 0.10 * @minversion 2.0pre @@ -25,10 +25,10 @@ ( function () { -// addon check +// add-on check const doc = window.document; if (!doc.getElementById('yslowStatusBar')) { - liberator.log('yslow.js is need YSlow addon: https://addons.mozilla.org/ja/firefox/addon/5369', 0); + liberator.log('yslow.js is need YSlow add-on: https://addons.mozilla.org/firefox/addon/5369', 0); return; } @@ -42,8 +42,8 @@ liberator.modules.buffer.addPageInfoSection( function (verbose) { if(verbose) { if (grade.value && grade.value !== 'YSlow') yield ['Grade', grade.value]; - if (size.value) yield ['Size', size.value]; - if (time.value) yield ['Time', time.value]; + if (size.value) yield ['Size', size.value]; + if (time.value) yield ['Time', time.value]; } return; } -- cgit v1.2.3