aboutsummaryrefslogtreecommitdiffstats
path: root/nextlink.js
diff options
context:
space:
mode:
Diffstat (limited to 'nextlink.js')
-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",
},
]
||<