I want to Display Facebook\'s Webpage on my site ?
Theoretically it should be possible to do it in the following steps:
document.write to release the modified HTML for the browser to parse and render.This is the same principle how Javascript-function-overriding works with GreaseMonkey [1]. In [2, 3], you will find how functions can be overridden with Javascript.