Skip to content

Instantly share code, notes, and snippets.

@edfuh
Created April 19, 2013 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edfuh/5421924 to your computer and use it in GitHub Desktop.
Save edfuh/5421924 to your computer and use it in GitHub Desktop.
dumb stuff
setInterval( function(){
document.body.style.zoom = ((+document.body.style.zoom || 1) + 0.01)
},1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment