Skip to content

Instantly share code, notes, and snippets.

@e0da
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e0da/0beb24f8520d3b52ca91 to your computer and use it in GitHub Desktop.
Save e0da/0beb24f8520d3b52ca91 to your computer and use it in GitHub Desktop.
(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