From 303aeea88f99ec3505a17f36e5ee420830fe298a Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 16 Feb 2011 21:52:10 -0700 Subject: updated config for the new formfiller --- examples/config/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/config') diff --git a/examples/config/config b/examples/config/config index bc07b0c..1ec462d 100644 --- a/examples/config/config +++ b/examples/config/config @@ -69,6 +69,10 @@ set download_handler = sync_spawn @scripts_dir/download.sh # Load commit handlers @on_event LOAD_COMMIT @set_status recv + # add some javascript to the page for other 'js' and 'script' commands to access later. +@on_event LOAD_COMMIT js uzbl = {}; +@on_event LOAD_COMMIT script @scripts_dir/formfiller.js + # Userscripts/per-site-settings. See the script and the example configuration for details #@on_event LOAD_COMMIT spawn @scripts_dir/per-site-settings.py @data_home/uzbl/per-site-settings -- cgit v1.2.3