ブラウザ上でシンメトリーを作るbookmarklet

IE専用だけど、スゲー。快速化学のwikiのgoogleキャッシュより。

javascript:(function(){w=document.body.clientWidth/2;document.body.insertAdjacentHTML("BeforeEnd","<div id=\"sym\" style=\"position:absolute;left:"+w+"px;top:0px;z-index:100;\"><iframe src=\""+location.href+"?\" width=\""+w+"\" height=\""+document.body.clientHeight+"\" border=0 frameborder=0 scrolling=no style=\"filter:flipH;overflow:hidden;\"><\/iframe><\/div>");})();

こっちはシンメトリじゃなくて左右逆版。

javascript:(function(){w=document.body.clientWidth;document.body.insertAdjacentHTML("BeforeEnd","<div id=\"sym\" style=\"position:absolute;left:0px;top:0px;z-index:100;\"><iframe src=\""+location.href+"?\" width=\""+w+"\" height=\""+document.body.clientHeight+"\" border=0 frameborder=0 scrolling=no style=\"filter:flipH;overflow:hidden;\"><\/iframe><\/div>");})();