aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig')
-rw-r--r--examples/configs/sampleconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index f1c36e5..3a46142 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -51,10 +51,10 @@ ZZ = exit
S = script alert("hi");
# Keyboard based link following: work in progress! No C DOM bindings yet, no click() event for hyperlinks so no referrer set..Quite basic but does the job for now...
+#hit F to toggle the Hints (now in form of link numbering)
+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
f_ = script window.location = document.links[%s].href;
-#hit F to show the link numbers
-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);}}
[network]
proxy_server =