Showing the login box (bypassing the "Not logged in" JS)

Sep 13, 2005 09:35

If you're using either Opera 8.x (with UserJS enabled) or Firefox (with Greasemonkey), you can add this very simple script to kill the annoying "not logged in" message, which makes you click an extra link to show the username and password fields when you are logged out.

[edit @ Tue Jan 10 00:30:37 EST 2006]: Apparently, Greasemonkey 0.6.4 - for ( Read more... )

Leave a comment

Comments 22

taral September 14 2005, 05:35:39 UTC
Nice. You don't need the (function(){})() wrapper for stuff that doesn't declare variables. :)

Reply


harrywells September 16 2005, 00:56:42 UTC
Yesss.
Thank you.

Reply


camomiletea December 26 2005, 23:00:21 UTC
Hmm... It doesn't work with Firefox 1.5. I came back here to try and reinstall the script, but your website times out.

Reply

troworld December 27 2005, 00:52:47 UTC
fixed

Reply

camomiletea January 10 2006, 04:23:48 UTC
I guess it's not compatible with FireFox 1.5. When I am logged off and go to LiveJournal.com, JavaScript console complains:

xcShowLoginDiv not defined Line: 9

Reply

troworld January 10 2006, 05:35:56 UTC
Updated post with a fix. Thanks for reporting this. I don't use Firefox regularly, so it totally slipped by me.

Reply


Leave a comment

Up