Comments by Paul Irish on scripts
30 comments
|
Comment on: |
Johan, Been a fan of your scripts and blog for a long while..
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: |
@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: |
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: |
Hey Jason,
|
|
Comment on: |
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: |
I'd recommend adding 'div.collapsed' to these lines of CSS
that prevents all the content of the post getting a background as well. |
|
Comment on: |
thanks for the update! |
|
Comment on: |
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: |
What is going on with this script!?!?! It's highly annoying to throw an alert that the script has updated..
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: |
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: |
Fazibear updated this script. His version is a little slicker, I think.
|
|
Comment on: |
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)
|
|
Comment on: |
broken in the new version. |
|
Comment on: |
I have updated this script to account for a recent slew of updates: http://userscripts.org/scripts/show/6964 |
|
Comment on: |
I have updated this script: http://userscripts.org/scripts/show/6964 |
|
Comment on: |
"testing textile":http://www.yahoo.com |
|
Comment on: |
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: |
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: |
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: |
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: |
What's the regex adjustment so this applies to files that end in caps: .PDF ?
|
|
Comment on: |
I just had this idea yesterday and was pleased to see you already implemented it. Nicely done. |
|
Comment on: |
this is great. i've been waiting for something like it.
|
|
Comment on: |
great script. your avatars didnt overlay right on top, so i added some CSS to hide their ones:
|
|
Comment on: |
since they updated this page's UI, the script is broken. |
