Last active
August 29, 2015 14:01
-
-
Save e0da/0beb24f8520d3b52ca91 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(function () { | |
var script=document.createElement('script'); | |
script.src='http://code.jquery.com/jquery-1.11.1.min.js'; | |
script.onload = function () { | |
setInterval(function () { | |
jQuery('body').load(location.href, 'body'); | |
}, 60000); | |
}; | |
document.body.appendChild(script); | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment