Comments on Henrik N's Scripts

352 comments

Comment on LJ Thread Unfolder with "Unfold all" made Sep 28, 2008:

Claudia

Tim Babych's original (linked above) works with current LJ changes. I do miss "unfold all", though....

Comment on YouTube comments next to videos made Sep 28, 2008:

avg

didn't check script out, but for metadata, use:


<img src="http://henrik.nyh.se/uploads/youtube-comments.jpg" />

Comment on My eBay autologin made Sep 16, 2008:

eides

This is one of the most useful scripts out there. Cheers.

Just letting you know I've modified your script to work with AOL Login pages. Let me know if you want it removed or changed. Thanks.

Comment on Flickr image unblocker made Sep 12, 2008:

i386

@jess2008 if people wanted to protect their children and clients then CLEARLY they need to understand that a transparent image placed by javascript over the image in question is NOT going to stop people from doing this.

Perhaps they should not post photos of their children on public parts of the internet unless they know what they are doing?

Also, comments like this show you know shit about the Intertron.

Comment on IMDB enlarge actor pictures on hover made Sep 6, 2008:

Catalin Z

it's working fine for me

Comment on Helgon.net toolbar made Jul 25, 2008:

Henrik N

Fixed broken "Galleri" link (changed .asp to .aspx).

Comment on Bookmark/quick search combo made Jul 20, 2008:

syntax

Thanks, when indexOf search in the whole URL, then this solution works. I don't see the %s position as so big limitation.

I slightly edited also the other parts of code, just in case somebody will be interested see this.

Comment on Bookmark/quick search combo made Jul 17, 2008:

Henrik N

Syntax:

If %s is omitted, I can't think of a good solution.

You could change if (search.indexOf("%s") != -1) to if (search.indexOf("="+delimiter) != -1) , but this has the caveat that your %s has to come immediately between a = and the #http bit.

Comment on Bookmark/quick search combo made Jul 17, 2008:

syntax

I would really like to use this script but unfortunately it is not working for me, possibly because of Firefox 3 and different keywords behavior (when there is no search string, %s in URL is omitted and not inserted, like in Fx2).

Any chance for fixing this script?

Comment on Tradera thumbnails for all picture listings made Jul 17, 2008:

Per Eriksson

Haha, tack, jag är dig evigt tacksam. :)

Comment on Tradera thumbnails for all picture listings made Jul 17, 2008:

Henrik N

Per: Fixat, mest för att "jag är inne i värsta Tradera-fasen" var så gulligt :p

Comment on Tradera thumbnails for all picture listings made Jul 16, 2008:

Per Eriksson

Verkar som att Tradera ändrat än en gång, nu får man inte upp thumbnails för alla listningar längre. :/

Något du kan kika på? Jag är inne i värsta Tradera-fasen. :D

Comment on SquirrelMail display unread count in title made Jun 28, 2008:

Henrik N

maznos: Feel free to make those modifications yourself. I don't think it makes sense for everyone else.

Comment on SquirrelMail display unread count in title made Jun 28, 2008:

maznos

great.

thanx for the update

-::edit::-

I have an idea, why not change the title to the email address it self or the domain its on, i have multiple emails that uses squirrel mail, i'd like to see each email on the tab bar with the count of unread messages.

thats all for now

Comment on SquirrelMail display unread count in title made Jun 28, 2008:

Henrik N

maznos: Thanks for the report. Fixed it. Latest GM seems to have namespacing issues. The fact that I was using a variable named "status" made things break; renamed the variable to fix (another way would have been to wrap it in a closure).

Comment on SquirrelMail display unread count in title made Jun 28, 2008:

maznos

its not working anymore with the latest GM

thanx

Comment on Helgon.net toolbar made Jun 16, 2008:

Starfriend

Muchos gracias, actually twice since I also made a toolbar based on this one for another site. You're the man! ;)

Oh and just FYI, the problem also occurred on 2.0.0.14 with the 0.8 update of Greasemonkey.

Comment on Helgon.net toolbar made Jun 15, 2008:

Henrik N

Hrm. Actually, it was that the variable name "toolbar" collided with something else, presumably in Firefox 3's sandbox. So the timeout itself wasn't what fixed it, but the closure. So I renamed the variable instead.

Thanks to Johan Sundström for figuring this out.

Comment on Helgon.net toolbar made Jun 15, 2008:

Henrik N

Starfriend: Fixed. Was http://wiki.greasespot.net/0.7.20080121.0_compa...: had to add a big ugly setTimeout :/

Comment on Helgon.net toolbar made Jun 14, 2008:

Starfriend

Any chance you'll be able to figure out what broke in this script in regards to the latest Greasemonkey update (0.8)? I get "Error: Component is not available" in my error console.

Comment on IMDB enlarge actor pictures on hover made Apr 24, 2008:

Henrik N

ebkworldwide: Not something I'd use myself, so I can't justify spending time on it, but feel free to write a script for that based on this one.

Comment on IMDB enlarge actor pictures on hover made Apr 24, 2008:

ekbworldwide

Is this a crazy idea?

How about if you made a script to enlarge movie posters on hover?

Like this:

http://farm3.static.flickr.com/2245/2437766926_...

Comment on Batch URL input made Apr 22, 2008:

LiamH

Cool script! You might be interested in a PHP/JavaScript tool I've written for working with batches of URLs.

http://www.liamhennessy.com/url-batch/

It lets you extract 100 result URLs from a Google search results page and open each one with a specified interval. I'm also adding some new features for using wget and making XML sitemaps.

Comment on LiveJournal preview images from inside cuts made Apr 21, 2008:

nothingtosay

Actually, nevermind. I solved it (I believe) by adding 'p-userpic" into line where you define the variables for system image.

Comment on LiveJournal preview images from inside cuts made Apr 21, 2008:

nothingtosay

I have been using your script for almost a year, but recently I noticed that the userpics are showing up among the preview as well. Can you please fix it?