Please log in. To create a new account, enter the name and password you want to use.
If you supplied an email address when you signed up or added a email later, you can have your password reset.
This user name doesn't exist. If you want to create a new account, just verify your password and log in.
This user name exists. If you want to create a new account, please choose a different name.
Enter the current email address you have registered in your profile. You'll get an email containing your new password.
You have no email address in your profile, so you can't have your password reset.
Password reset. Check your email in a few minutes
That account does not exist.
The email address specified is not registered with this account.
Delivery to this email address has failed.
sakurapremier said: A bug(?) while handling blacklisted images. I browsed comments just now, and saw an extreme_content image loading, and not hidden until fully loaded. So on a slow network one has a chance to "partially" see blacklisted images.
Delay in running Javascript by the browser. Not nearly as bad as the one where the blacklist cookie isn't read initially so they remain visible until refresh or page change. (index usually)
Dynamic content is deferred by the browser until the page is fully loaded. If it should start to render the page before it has it all it can potentially defer JS enough for an image to not get changed.
SciFi
Not nearly as bad as the one where the blacklist cookie isn't read initially so they remain visible until refresh or page change. (index usually)
Dynamic content is deferred by the browser until the page is fully loaded. If it should start to render the page before it has it all it can potentially defer JS enough for an image to not get changed.