aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhogelog2009-01-20 16:01:25 +0000
committerhogelog2009-01-20 16:01:25 +0000
commit6c8de4b15876f72b890e2ae76416b92eaaa44eea (patch)
tree2f5f5d0012fe343eeb1aef7e297bf918bd4221bd
parent6a818a47d0fcf8ffd2abcb5b80bd40c3356fd0e3 (diff)
downloadvimperator-plugins-6c8de4b15876f72b890e2ae76416b92eaaa44eea.tar.bz2
* fix setting example
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28719 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--nextlink.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/nextlink.js b/nextlink.js
index f11e1d8..cc08c70 100644
--- a/nextlink.js
+++ b/nextlink.js
@@ -47,14 +47,14 @@ n:
何もしない
が設定可能です
-RUNTIME_PATH/info/nextlink-local-siteinfo に
+<RUNTIME_PATH>/info/<YOUR_PROFILE>/nextlink-local-siteinfo に
>||
[
{
- url: 'http://(.*).google.+/(search).+',
- nextLink: 'id("navbar")//td[last()]/a',
- pageElement: '//div[@id="res"]/div',
- exampleUrl: 'http://www.google.com/search?q=nsIObserver',
+ "url": "http://(.*).google.+/(search).+",
+ "nextLink": "id('navbar')//td[last()]/a",
+ "pageElement": "//div[@id='res']/div",
+ "exampleUrl": "http://www.google.com/search?q=nsIObserver",
},
]
||<