Skip to content

Instantly share code, notes, and snippets.

@bopjesvla
Last active June 16, 2017 10:47
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 bopjesvla/b9500347167f6292a12bd22af64eb3e9 to your computer and use it in GitHub Desktop.
Save bopjesvla/b9500347167f6292a12bd22af64eb3e9 to your computer and use it in GitHub Desktop.
docwritetest
<!DOCTYPE html>
<head>
<title>hoi</title>
<script>
if (!window.fetch) document.write("<script src=http://x.com/" + Math.random() + ".js><\/script>")
</script>
</head>
<div>hoi</div>
<!DOCTYPE html>
<head>
<title>hoi</title>
<script>
if (!window.fetch) window.x = "<script src=http://x.com/" + Math.random() + ".js><\/script>"
</script>
</head>
<div>hoi</div>
<!DOCTYPE html>
<head>
<title>hoi</title>
<script>
document.write("<script src=http://x.com/" + Math.random() + ".js><\/script>")
</script>
</head>
<div>hoi</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment