From 328b187eca36919117efa0fcbb38bfdb6ffe2f38 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 25 Nov 2008 09:43:55 +0000 Subject: マッピングの設定を可能にした。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24840 d0d07461-0603-4401-acd4-de1884942a52 --- hidecritter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hidecritter.js') diff --git a/hidecritter.js b/hidecritter.js index ed9d43a..8d64819 100644 --- a/hidecritter.js +++ b/hidecritter.js @@ -4,7 +4,7 @@ * @description hide specified elements. * @description-ja 指定した要素を隠す。 * @author janus_wel - * @version 0.10 + * @version 0.11 * @minversion 2.0pre 2008/10/16 * ==/VimperatorPlugin== * @@ -15,7 +15,7 @@ * hit ';h' * * TODO - * use wedate.net... ? + * use wedata.net... ? * */ ( function () { @@ -34,7 +34,7 @@ const defaultSITEINFO = { }; hints.addMode( - 'h', + liberator.globalVariables.hidecritter_mapping || 'h', 'hide look like header, footer, sidebar and so on', function (element) { element.style.display = 'none'; -- cgit v1.2.3