I just wrote this piece of code (mainly for fun) which let you use Firebug methods with chained calls.
Usage:
Ps: If you want to create chainable methods, just add "return this;" at each methods end. makeChainable is only usefull with already created objects.