From 1e46767718fd70f974036041cee59a139c7c3997 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:35:01 +0200 Subject: Login to scuttle automatically if possible --- conkeror/.conkerorrc/init.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conkeror/.conkerorrc/init.js') diff --git a/conkeror/.conkerorrc/init.js b/conkeror/.conkerorrc/init.js index 50f35c0..bb6a578 100644 --- a/conkeror/.conkerorrc/init.js +++ b/conkeror/.conkerorrc/init.js @@ -40,6 +40,8 @@ require("cdispass"); require("jira"); require('scuttle'); +scuttle_url = 'https://ryuslash.org/scuttle/'; + define_browser_object_class( "history-url", null, function (I, prompt) { -- cgit v1.2.3-54-g00ecf