etc/pentadactylrc

16 lines
457 B
Plaintext
Raw Normal View History

2014-07-13 13:29:14 +02:00
"1.1
2014-07-16 07:29:20 +02:00
set runtimepath=~/etc/pentadactyl
2014-07-13 13:29:14 +02:00
loadplugins '\.(js|penta)$'
group user
2014-07-16 07:29:20 +02:00
set noerrorbells
set hlfind
set passkeys+=reader.gebner.org:u<C-Up><C-Down><Up><Down>,fr
2014-07-13 13:29:14 +02:00
2014-07-16 07:29:20 +02:00
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);}
2014-07-13 14:45:27 +02:00
2014-07-13 13:29:14 +02:00
" vim: set ft=pentadactyl: