<script>
if(window.Prototype) {
delete Object.prototype.toJSON;
delete Array.prototype.toJSON;
delete Hash.prototype.toJSON;
delete String.prototype.toJSON;
}
</script>
To make Upscope compatible with prototype, include the following code before the Upscope installation code.

Written by Joe
Updated over a week ago