Fannish Browsing Tools, Part 2

Dec 04, 2007 17:26

I don't know if this is a good time to make this post, but then I don't know when IS a good time, what with all the hell and all the handbaskets. It's a list of some bells and whistles for LJ, LJ clones, and other fannish places. See also Part OneI use some of these a lot; some not at all. I am not endorsing any of them. As with anything you ( Read more... )

lj, computers are our friends, recs: software & web tools & sites

Leave a comment

Comments 60

beckyh2112 December 7 2007, 17:34:04 UTC
As an aside, if you roleplay on Livejournal or otherwise use multiple accounts, LJlogin is a Firefox extension that can't be beat.

Reply

trascendenza December 7 2007, 18:50:45 UTC
I love LJLogin so very very much. <3 I keep hoping someone will come up with a del.icio.us version of it, too.

Reply

gnatkip December 7 2007, 23:20:08 UTC
Ooh! I'd seen that but never tried it, or even talked to anyone who had. Thank you!

Reply


only_more_love December 7 2007, 19:03:10 UTC
Thanks for compiling all this info. Can't wait to try out some of the Greasemonkey scripts you mentioned. :)

Reply

gnatkip December 7 2007, 23:28:44 UTC
People build the niftiest things, don't they? Glad you found some useful stuff.

Reply


trascendenza December 7 2007, 19:03:17 UTC
Ah, this post is so very much love. <3 I just installed about half the stuff from this one and the previous one. *g* I was curious--how did you change the colors on the ljwho links? I'm test-running it now and sort of hate the red/black/green scheme. I also really appreciate you sharing the modifications to the comments in ?style=mine in the last post, because that was exactly what I wanted from the script.

I, too, love the way the little contextual hover tells me if I'm in a community or not. It makes my compulsive leaving/re-joining of communities so much easier. I think the only thing I really wish it would have is a link to userpics; 90% of the time I'm more interested in looking at people's icons before I even go to their profile. But I'm just kind of rambling, now. Modifying browser space is just too much fun.

Reply

gnatkip December 8 2007, 01:27:48 UTC
"Modifying browser space is just too much fun." I KNOW, RIGHT?! Hee!

Oh yay! Did the ?style=mine changes work for you?

The hover does link to userpics, if you click on their default. Unless I'm misunderstanding. I wish it linked to their friends page, though.

About ljwho: It's been so long since I fiddled with it, I'd forgotten what I did. ;) Ok, near the top of the code, there's this:

var color = "#88FF88;";
if (!realName) {
color = "#FF8888";
}
child.setAttribute("style",
"cursor: pointer; " +
"margin: 4px; font-weight: bold; font-size: 8px; " +
"background-color: black; color: " + color + ";");
if (realName) {
child.setAttribute("title", realName);
}

And then at the bottom of the code there's this:

if (realName != "") {
thisSpan.style.color = "#88FF88;";
} else {
thisSpan.style.color = "#FF8888";
}
In both places, #88FF88 is the text color for names that have been annotated, and #FF8888 is the text color for names that have not yet been annotated. You can change these to whatever you want. (Change them both places ( ... )

Reply

Part 1 gnatkip December 8 2007, 01:39:03 UTC
How I changed my ljwho script:

// ljwho user script ( ... )

Reply

Part 2, blankety-blank comment character limit gnatkip December 8 2007, 01:43:19 UTC

function getCompleteText(node ( ... )

Reply


megyal December 8 2007, 12:41:05 UTC
Thanks for this. I'm testing out the LJ Addon now and finding it interesting.

Reply

gnatkip December 8 2007, 14:05:50 UTC
Yeah, it's cool, isn't it? I haven't played with it much, but I think that it could replace several of the greasemonkey scripts I'm using.

Reply

megyal December 8 2007, 15:11:32 UTC
Well, I have absolutely NO idea about scripts (when my computer programmer of a brother starts talking tech-speak, my eyes glaze over) but I do appreciate a lot of the features, especially the insert function. Just the other day, I had said to myself, "Self, there MUST be an easier way to do this than typing up all those HTML codes."

So there is!

And the alerts features are pretty nifty too.

Reply


_bettina_ December 8 2007, 13:59:51 UTC
Great list! Thanks!

I've been using the Livejournal Addons for a while now and it's really great. Especially the part where it automatically checks my friendslist for new entries.

Reply

gnatkip December 8 2007, 14:39:41 UTC
I'm glad you found it useful.

Ooh, I haven't used that feature! Apparently it does all kinds of crazy stuff. Neat. :D

Reply

_bettina_ December 8 2007, 16:11:32 UTC
I also find it very useful that you can recover your last comment, especially when LJ has a hiccup and doesn't actually post the comment. I don't use every feature of this addon, but I really love it a lot :-).

Reply


Leave a comment

Up