Safer and slower version to combat Object.prototype legacy

Safer and slower version to combat Object.prototype legacy


http://dbj.org/jquery.1.3.2.safe.slow.js
What do you think? It seems to work for me with :
// testing safe and slow jQuery version ...
Object.prototype.my_abuse = function() { };
Object.prototype.my_abuse2 = "!!!" ;
Object.prototype.$ = "!!!";
NOTE 1: absolutely no optimization has been done in the implementation
of the idea
-- DBJ