Skip to content

Instantly share code, notes, and snippets.

@f0r34chb3t4
Created September 5, 2017 00:14
Show Gist options
  • Save f0r34chb3t4/2b2294674e478a001cc95b4430d655d6 to your computer and use it in GitHub Desktop.
Save f0r34chb3t4/2b2294674e478a001cc95b4430d655d6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<script>
var w1;
setTimeout(function() { w1 = window.open('http://uol.com.br','_blank') }, 10 * 1000);
setTimeout(function() { w1.close(); }, 20 * 1000);
var w2;
setTimeout(function() { w2 = window.open('http://google.com.br','_blank') }, 20 * 1000);
setTimeout(function() { w2.close(); }, 30 * 1000);
var w3;
setTimeout(function() { w3 = window.open('http://terra.com.br','_blank') }, 30 * 1000);
setTimeout(function() { w3.close(); }, 40 * 1000);
setInterval('window.location.reload()', 60 * 1000);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment