Skip to content

Instantly share code, notes, and snippets.

@theJasonJones
Created September 6, 2014 18:12
Show Gist options
  • Save theJasonJones/61f4e55b3e983837d7f8 to your computer and use it in GitHub Desktop.
Save theJasonJones/61f4e55b3e983837d7f8 to your computer and use it in GitHub Desktop.
Use of time script: Inspired by Brad Frost https://twitter.com/brad_frost/status/508314919318855680
function useOfTime()
{
setTimeout(function()
{
confirm('Is this a good use of your time?')
}, 20000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment