Skip to content

Instantly share code, notes, and snippets.

@dtipson
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save dtipson/dd12f8fe55be1c2074b7 to your computer and use it in GitHub Desktop.

Select an option

Save dtipson/dd12f8fe55be1c2074b7 to your computer and use it in GitHub Desktop.
Instantly, turn any site, anywhere, into a single-page app, forever banishing load times!
document.documentElement.innerHTML = '<iframe src="'+document.location.href+'" style="position:absolute;top:0;left:0;width:100%;height:100%;border:0"></iframe>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment