Farow / openuserjs.org Autologin

Wouldn't you have to reset the username in sessionStorage? The way I see it once it says that you have to log in manually, it will never try to log in again.

Re: @Farow: Wouldn't you have to reset the username in sessionStorage?

Browser automatically clears sessionStorage after tab closing.

And, if an user isn't logged in Google (or something like that), your script falls into an infinite loop.

In fact, I would suggest Sizzle store user data in persistent memory, as it'is done by Google (and Greasemonkey;)

New version shouldn't have any infinite redirect loops.

Re: @Farow:
I found out that new version of your script doesn't work in my chrome+tampermonkey --
it crashes saying SyntaxError: Unexpected identifier (somewhere inside Tm/Chrome code).
And i hope that Sizzle will finally add Remember me checkbox onto OUJS login page.

Seems like Chrome doesn't quite support the let keyword yet. Enabling the experimental javascript features in chrome://flags seems to be creating some other issue.