1Password 4.1 for iOS

My company recently shipped a huge update to our new iOS app, 1Password 4 for iOS, and among many bug fixes, new password fonts, and other things, we also added URL support.

My favorite of these is that if you are on a site in Safari, you can add op before the http and that address will open in 1Password's 1Browser.

Even better, Federico Viticci concocted a little bit of JavaScript that you can add as a bookmarklet to automate the process. Just simply add a bookmark somewhere, and then edit the address and replace it with this:

javascript:window.location='op'+(window.location.href);

Then name it something clever like Send to 1Password. I hope you enjoy this neat little feature.