"Remember me" checkbox

Subscribe to "Remember me" checkbox 4 posts, 3 voices

 
1212jtraceur Scriptwright

Hello,

I love this site, but I don't like for my login to be remembered. Could the "Remember me on this computer" checkbox default to unchecked?

Thanks,
1212jtraceur

 
LouCypher Scriptwright

You're a script writer. Why don't just write a GM script for that?
One line of code is enough to uncheck it.

 
Descriptor Scriptwright

Hah! That's funny... rememberMeNot script

1212jtraceur is right though, it makes no sense.

 
1212jtraceur Scriptwright

@LouCypher: I did, but it seems like the site should not remember by default.

P.S. For those who want the script, it is: document.getElementById('remember_me').checked = false;