Comments on Ryan McFarland's Scripts

3 comments

Comment on Eliminate all excessive exclamation points made Jul 31, 2008:

Max Bronfman

For some reason, and I just noticed this today, your script breaks digg's comments. It formats the comments all weird and there's text on top of other text. Not how it's supposed to be. Do you have a fix other than to disable the script on digg.com?

Comment on hide professor rating made Apr 8, 2007:

gabedibble

Author: Please check out User Script Updates - simply update the header of your script and your users will be able to receive change-notification when you improve this script

Comment on Eliminate all excessive exclamation points made Jan 20, 2007:

fearphage

Is this a joke?

(function() {

for (var nodes = document.selectNodes('//body//text()[contains(.,"!!")]'), i = 0, node; node = nodes[i]; i++)

node.data = node.data.replace(/!!+/, '!');

})()

don't know if Firefox supports select nodes but yea...