Comments by Paul Irish on scripts

30 comments

Johan,

Been a fan of your scripts and blog for a long while..
But I must ask: Why reinvent this wheel?

Autopagerize (http://userscripts.org/scripts/show/8551) has been doing this for a long time, and has a great collaborative filtering setup already defined.. (And arguably its a cleaner and more efficient system than individual scripts for each site)

Is there a reason Unpaginate was made a separate effort?

Comment on:
AutoPagerize

Sep 8, 2008

@Talby,

Here is the quick documentation for addDocumentFilter.. As an example:

window.processAPContent = function(domchunk){
  // domchunk is a DOM element that contains all the new content    
};

if (window.AutoPagerize && window.AutoPagerize.addDocumentFilter){
  window.AutoPagerize.addDocumentFilter( processAPContent );
}

Comment on:
AutoPagerize

Jul 14, 2008

wow. thanks so much for adding the addDocumentFilter() callback! i'm calling it from my own twitter filters feed and it works like a charm.

Comment on:
Muxtape Link to Hype Machine

May 29, 2008

Hey Jason,
No idea.. I have the same versions and it works fine here... maybe its something bugging with the userscripts.org server? :/

Comment on:
Muxtape Link to Hype Machine

May 15, 2008

DoQrs, I just get tired of writing the same DOM traversal code every time. Sorry. It was for my personal convenience.

If you'd like this sans-jquery it wouldn't be too hard at all to adapt the elbo.ws script here.

Comment on:
Google Reader Filter

Apr 1, 2008

I'd recommend adding 'div.collapsed' to these lines of CSS
.entry-highlighted div.collapsed {background-color:#E6EFCF!important;}\
.entry-highlighted div.collapsed *{color:#000!important;background-color:#E6EFCF;}\

that prevents all the content of the post getting a background as well.

Comment on:
Gmail Spam-count Hide

Nov 26, 2007

thanks for the update!

Comment on:
Definitive Google Auto Pager

May 14, 2007

If anyone enjoys this functionality but wants a version without an update prompt or double-click to enable (and you're willing to forego some slight performance improvements), you should check out FaziBear's earlier version of this script: http://userscripts.org/scripts/show/6985

Comment on:
Definitive Google Auto Pager

May 3, 2007

What is going on with this script!?!?! It's highly annoying to throw an alert that the script has updated..
Also what purpose do these numbers serve?
This is getting frustrating and I'm about to branch off my own version of this script.

If you could, please create some preferences (maybe with gm_setvalue) so we can set the doubleclick functionality to how we want it, as well as enabling notification of new versions, and adding #s next to the results.

Thanks...

Comment on:
Definitive Google Auto Pager

Apr 26, 2007

I'm not really into the doubleclick functionality, can we make this a setting? I want it to always be on. Why should it ever be disabled?

Comment on:
Google Auto Pager

Feb 14, 2007

Fazibear updated this script. His version is a little slicker, I think.
http://userscripts.org/scripts/show/6985

Comment on:
Google Auto Pager

Feb 14, 2007

Nice updates. This is getting classy!

There's a bug when theres extra "Searches related to _____" content at the bottom of the page. (The bug is in my script, too)
Try: http://www.google.com/search?&q=triton

Comment on:
View Original In-Line

Jan 4, 2007

broken in the new version.

Comment on:
GoogleAutoPager

Jan 3, 2007

I have updated this script to account for a recent slew of updates: http://userscripts.org/scripts/show/6964

Comment on:
GoogleAutoPager

Jan 3, 2007

I have updated this script: http://userscripts.org/scripts/show/6964

Comment on:
FM Fast Rapid

Jan 3, 2007

"testing textile":http://www.yahoo.com

Comment on:
Bloglines Tweaks

Dec 6, 2006

Just a note to anyone coming here: Mihai Parparita, the author (and javascript ninja at Google), has moved on to Google Reader and you can consider development on this userscript discontinued.

Comment on:
Link Accoutrements-Prepend

Dec 3, 2006

Very cool! Nicely done. (Also I had in some paddingLeft in there to put in some space between the icon and text, you might want to experiment with that as paddingRight now..) Cheers

Comment on:
Link Accoutrements

Oct 17, 2006

Hi Michael. I updated the script to do this. If the lastChild of the link element is an IMG, it won't place an image. Hopefully that works nicely. Thanks for the feedback!

Comment on:
Link Warning

Oct 1, 2006

I've created an expansion of this script for ppt, xls, and doc. Along with some other enhancements. http://userscripts.org/scripts/show/5646

Comment on:
Link Warning

Sep 15, 2006

What's the regex adjustment so this applies to files that end in caps: .PDF ?
Also I might have to augment this for .doc, .xls, and .ppt.
This is great.

Comment on:
Link Warning

Sep 13, 2006

I just had this idea yesterday and was pleased to see you already implemented it. Nicely done.

Comment on:
Google Finance Gain/Loss Percent

Aug 22, 2006

this is great. i've been waiting for something like it.
i really want a total % change for each stock. is that easy to do?

Comment on:
IMDB enlarge actor pictures on hover

Aug 11, 2006

great script. your avatars didnt overlay right on top, so i added some CSS to hide their ones:
div#root table table table tbody td img[height="32"] { display: none;}

Comment on:
Bloglines Add

Jul 8, 2006

since they updated this page's UI, the script is broken.