Skip to content

Instantly share code, notes, and snippets.

@brunocarvalhodearaujo
Created April 25, 2017 19:00
Show Gist options
  • Save brunocarvalhodearaujo/e7ebe5ece7b06025819ef2ae085a7da1 to your computer and use it in GitHub Desktop.
Save brunocarvalhodearaujo/e7ebe5ece7b06025819ef2ae085a7da1 to your computer and use it in GitHub Desktop.
$(document).ready(function () {
const win = window.open('http://google.com.br', '_blank')
setInterval(() => win.close(), 3000)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment