Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created November 7, 2013 15:57
Show Gist options
  • Select an option

  • Save bgrins/7356961 to your computer and use it in GitHub Desktop.

Select an option

Save bgrins/7356961 to your computer and use it in GitHub Desktop.
Quick DOM operations for testing
setInterval(function() { document.body.appendChild(document.body.firstElementChild) }, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment