Zoom out browser javascript

/* via css */

body {
   -moz-transform: scale(0.8, 0.8);
   zoom: 0.8;
   zoom: 80%;
}
arvinreydelapena