Created
September 5, 2017 00:14
-
-
Save f0r34chb3t4/2b2294674e478a001cc95b4430d655d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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