Skip to content

Instantly share code, notes, and snippets.

@luisenriquecorona
Created November 19, 2019 00:35
Show Gist options
  • Save luisenriquecorona/267b3ecf03036b851902eaa59515ae4c to your computer and use it in GitHub Desktop.
Save luisenriquecorona/267b3ecf03036b851902eaa59515ae4c to your computer and use it in GitHub Desktop.
Web sites
function longCode() {
var tStart = Number(new Date());
while( (tStart + 5000) > Number(new Date()) ) {}; }
window.onload = longCode;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment