imc

Greasemonkey!

May 23, 2008 12:54

LiveJournal Thread Expander with Expand All
http://userscripts.org/scripts/show/27128
I've hacked up a Thread Expander script for Greasemonkey. It has only been tested on a small number of layouts, but it seems to work for me so please bang on it and report any breakages here.

For recent updates see below. What does it do?
We've all ( Read more... )

computers, lj

Leave a comment

Re: In opera... msree May 7 2009, 01:43:27 UTC
There's one line that trips up Opera, otherwise it works nicely. It's this one:
if (info == undefined) return;

I changed return to exit and it works great, no JavaScript errors, even on Dreamwidth! It does need the gmfunctions helper script, like most scripts that weren't written especially for Opera.

Thank you so much!

Reply

Re: In opera... blandinavian November 13 2009, 16:35:13 UTC
Okay, so way late, but I just wanted to say thanks for posting this comment! Couldn't get it to work even after the gmfunctions-file I found somewhere else, but return -> exit, and it works like a charm!

Now if only Opera would be a bit quicker at this whole thing and not fail when the site gets too long... But it's not like I'll switch browser anyways, they've got me hooked.

Reply


Leave a comment

Up