Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. javascript:(function(){var urlWithoutFragment=window.location.href.replace(/%23.*/,'');var newWindow=window.open('about:blank','_blank');newWindow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><title>[Autoreload] '+urlWithoutFragment+'</title><script type="text/javascript">window.addEventListener("load",function(){var frame=document.getElementsByTagName("frame")[0];frame.addEventListener("load",function(){window.setTimeout(function(){frame.src=frame.src;},120000);},false);frame.src="'+urlWithoutFragment+'";},false);</script></head><frameset><frame src="about:blank"></frameset></html>');newWindow.document.close();})()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement