diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-09-28 09:35:21 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-09-28 09:35:21 +0100 |
commit | 574c1407d0c3253547b552f98952b1665e4f2cb1 (patch) | |
tree | 8b749f84c6d478dd1623fbc6feef0f8701d6e3c1 /.uzbl/config | |
parent | ba730c6dc0d7202ad3204827f768ed78f01584f5 (diff) |
Add various changes
Diffstat (limited to '.uzbl/config')
-rw-r--r-- | .uzbl/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.uzbl/config b/.uzbl/config index fd2cedf..2464ca7 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -453,5 +453,6 @@ set uri = uzbl.org/doesitwork/@COMMIT @bind o = sh 'uri=`$HOME/dotfiles/.uzbl/scripts/load_url_from_surfraw.sh` && echo "uri $uri" > "$UZBL_FIFO"' @on_event DOWNLOAD_COMPLETE spawn @scripts_dir/downloadviewer.sh %s -@on_event LOAD_COMMIT spawn @scripts_dir/adblock.py +# @on_event LOAD_COMMIT spawn @scripts_dir/adblock.py +# @on_event LOAD_COMMIT script @sdir/adblock.js # vim: set fdm=syntax: |