load a page by default
authorDieter Plaetinck <dieter@plaetinck.be>
Sun, 17 May 2009 09:48:05 +0000 (11:48 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Sun, 17 May 2009 09:48:05 +0000 (11:48 +0200)
examples/configs/sampleconfig-dev

index 71fc46e..9196f4c 100644 (file)
@@ -90,3 +90,6 @@ bind    XS        = sh 'echo "act script alert (\"This is sent by the shell via
 bind    F= script for (var i=0; i < document.links.length; i++) {var uzblid = 'uzbl_link_hint_';var li = document.links[i];var pre = document.getElementById(uzblid+i);if (pre) {li.removeChild(pre);} else {var hint = document.createElement('div');hint.setAttribute('id',uzblid+i);hint.innerHTML = i;hint.style.display='inline';hint.style.lineHeight='90%';hint.style.backgroundColor='red';hint.style.color='white';hint.style.fontSize='small-xx';hint.style.fontWeight='light';hint.style.margin='0px';hint.style.padding='2px';hint.style.position='absolute';hint.style.textDecoration='none';hint.style.left=li.style.left;hint.style.top=li.style.top;li.insertAdjacentElement('afterBegin',hint);}}
 #hit f followed by linknumber and ENTER to follow that link
 bind    f_        = script window.location = document.links[%s].href;
+
+# "home" page if you will
+set uri = uzbl.org