Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Eliminate all excessive exclamation points

Turns 2 - sideways 8 exclamation points into just one

This will turn two or more exclamation points into just one while browsing most websites.




Jan 20, 2007
fearphage User

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...


You could comment on this script if you were logged in.