diff options
author | otsune | 2009-10-22 19:57:52 +0000 |
---|---|---|
committer | otsune | 2009-10-22 19:57:52 +0000 |
commit | 897af6f3b96d21d3f271785b7bb7817175b49de0 (patch) | |
tree | b2562f77a554ae815d099abece0d86353df5f475 /account_switcher.js | |
parent | 271b4c95613d9178d1b8605320b90eeb25cb4e11 (diff) | |
download | vimperator-plugins-897af6f3b96d21d3f271785b7bb7817175b49de0.tar.bz2 |
Add tumblr
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35687 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'account_switcher.js')
-rw-r--r-- | account_switcher.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/account_switcher.js b/account_switcher.js index 07c61ad..a5fede8 100644 --- a/account_switcher.js +++ b/account_switcher.js @@ -103,6 +103,14 @@ liberator.accountSwitcherOpenNewTab = 1; logout : '/sessions/destroy', jump : '/', }, + tumblr : { + host : 'http://www.tumblr.com', + login : '/login', + id : 'email', + pw : 'password', + logout : '/logout', + jump : '/dashboard', + }, }; function init() { |