diff --git a/pentadactylrc b/pentadactylrc index 44d03cd..b65f787 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -1,10 +1,15 @@ "1.1 +set runtimepath=~/etc/pentadactyl + loadplugins '\.(js|penta)$' group user -set passkeys+=reader.gebner.org:fr,u,,,, +set noerrorbells +set hlfind -qmark b javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('https://wllbg.gebner.org/?action=add&url='%20+%20btoa(url),'_self');})();void(0);} +set passkeys+=reader.gebner.org:u,fr + +silent qmark b javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('https://wllbg.gebner.org/?action=add&url='%20+%20btoa(url),'_self');})();void(0);} " vim: set ft=pentadactyl: