diff options
-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() { |