diff options
author | hogelog | 2009-01-20 16:01:25 +0000 |
---|---|---|
committer | hogelog | 2009-01-20 16:01:25 +0000 |
commit | 6c8de4b15876f72b890e2ae76416b92eaaa44eea (patch) | |
tree | 2f5f5d0012fe343eeb1aef7e297bf918bd4221bd | |
parent | 6a818a47d0fcf8ffd2abcb5b80bd40c3356fd0e3 (diff) | |
download | vimperator-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.js | 10 |
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", }, ] ||< |