As you would guess, I'm frequently testing various authentication systems. Now, before you read on you need to understand something important. I really love LastPass. Without LastPass I truly would be lost.
Being a developer, my primary browser is Google Chrome. Unfortunately, LastPass doesn't exactly work well with Chrome. I mean, it fills out forms, but sticks divs on the page, and I really hate that.
This evening I've been working on a brand new web service (with quite a bit of investment, but I'll tell you about it more when it's out!). Anyway, I finally thought to myself that I've had enough of seeing these nasty looking divs appearing on the page. They look ugly as sin, and for visitors using Chrome, they really take away from the look of the page. I'm going to use LastPass, but for this new web service I'm going to use a a smart little bit of JavaScript to remove the divs for good!
I've hosted the code on Google Code, you can check it out here: http://code.google.com/p/the-lastpass-buster/
