From 26e3068196705c4086fb1a643a0b6d26a2262cc0 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sun, 21 Aug 2011 15:28:12 +0000 Subject: add an ugly 'type link text'-style follow dealie --- examples/config/config | 2 ++ examples/config/style.css | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'examples/config') diff --git a/examples/config/config b/examples/config/config index 385a60b..f7a8a33 100644 --- a/examples/config/config +++ b/examples/config/config @@ -349,6 +349,8 @@ set follow_hint_keys = 0123456789 @cbind FL* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 'returnuri') >\@ clipboard @cbind fi = spawn @scripts_dir/go_input.sh +@cbind '* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'click') >\@ + # Form filler binds # This script allows you to configure (per domain) values to fill in form # fields (eg login information) and to fill in these values automatically. diff --git a/examples/config/style.css b/examples/config/style.css index a368aa0..b50b87c 100644 --- a/examples/config/style.css +++ b/examples/config/style.css @@ -25,4 +25,10 @@ color: black !important; } +.uzbl-follow-text-match { + outline: 2px solid invert; + background: #333 !important; + color: white !important; +} + /* vim:set et ts=4: */ -- cgit v1.2.3