Us Mootoolers and Prototypers (what few are on this site) usually carry around a handy toolbox of functions we have created (or borrowed) that we implement on native javascript objects to make our lives a little easier. I wanted get a list together of very helpful prototyped functions, but only ones that are implemented on native objects (ie String.implement({...
in mootools).
So, what are your favorites?
PS: I included both mootools and prototype as a function written for one library is pretty easily ported to the other.
PPS: I know the arguments for/against prototyping native javascript objects, I would prefer to avoid that discussion here.