diff options
author | anekos | 2008-11-25 09:43:55 +0000 |
---|---|---|
committer | anekos | 2008-11-25 09:43:55 +0000 |
commit | 328b187eca36919117efa0fcbb38bfdb6ffe2f38 (patch) | |
tree | 5566281e896bead8af872aaf81fb58b80abcddee /hidecritter.js | |
parent | 8de7e274007bc23f777f1898f8bb2613bd7deb32 (diff) | |
download | vimperator-plugins-328b187eca36919117efa0fcbb38bfdb6ffe2f38.tar.bz2 |
マッピングの設定を可能にした。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24840 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hidecritter.js')
-rw-r--r-- | hidecritter.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 <janus_wel@fb3.so-net.ne.jp> - * @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'; |