diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-04 12:34:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-04 12:34:44 -0200 |
commit | 6dbc2f0702bd1ba6d218635f84b7910fbbcac9cb (patch) | |
tree | c03877b325c5fd14fd5e8db6f4d25b0b533a7264 /modules/pentadactyl | |
parent | 3689d44f516a0f4b646da9268f33ffa54d4bbaea (diff) | |
download | dotfiles-6dbc2f0702bd1ba6d218635f84b7910fbbcac9cb.tar.gz dotfiles-6dbc2f0702bd1ba6d218635f84b7910fbbcac9cb.tar.bz2 |
Using pentadactyl's links plugin
Diffstat (limited to 'modules/pentadactyl')
-rw-r--r-- | modules/pentadactyl/pentadactylrc.dot.link | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/pentadactyl/pentadactylrc.dot.link b/modules/pentadactyl/pentadactylrc.dot.link index 7560f55..2566d93 100644 --- a/modules/pentadactyl/pentadactylrc.dot.link +++ b/modules/pentadactyl/pentadactylrc.dot.link @@ -6,9 +6,6 @@ loadplugins '\.(js|penta)$' " User defined items group user -" Links Saraventos -command! -nargs=* -description='Add to Links Saraventos' link -javascript javascript:x=content.document;a=encodeURIComponent(x.location.href);t=encodeURIComponent(x.title);d=encodeURIComponent(x.getSelection());c=encodeURIComponent(args);commands.execute('tabopen https://links.sarava.org/bookmarks?action=add&address='+a+'&title='+t+'&description='+d+'&tags='+c); - " Set title and default search set defsearch=duck set titlestring=Firefox |