Comments by Michael Felix on scripts

4 comments

Comment on:
Digg de-n00ber

Jul 6, 2006

Sorry about that. I modified it so that it wouldn't find keywords as substrings of other words, like this:

Under the line:
var regkeywords = getKeywords().substr(1);

add:
regkeywords = '\\b' + regkeywords + '\\b';

Comment on:
Digg de-n00ber

Jul 6, 2006

Great script. I modified it

Comment on:
eBay Shipping Preview (international)

Jul 6, 2006

Nicely done, Richard. This is a definite improvement over my version.

Very nice!