Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Last active September 27, 2021 15:12
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 jpluimers/3ca49daa7e15adede93181bc83698650 to your computer and use it in GitHub Desktop.
Save jpluimers/3ca49daa7e15adede93181bc83698650 to your computer and use it in GitHub Desktop.
javascript:document.getElementsByTagName("body")[0].innerHTML = "<iframe id=\"testFrame\" src=\""+window.location.toString()+"\" style=\"position: absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%;\"><\/iframe>";reloadTimer = setInterval(function(){ document.getElementById("testFrame").src=document.getElementById("testFrame").src },5*60*1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment