Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Last active December 13, 2019 20:19
Show Gist options
  • Save davidgilbertson/59422c681c5f74a20453c38ae82fdc0f to your computer and use it in GitHub Desktop.
Save davidgilbertson/59422c681c5f74a20453c38ae82fdc0f to your computer and use it in GitHub Desktop.
<head>
<meta charset="UTF-8">
<title>Title</title>
<script>
delete window.Promise;
delete window.fetch;
delete Array.prototype.includes;
delete window.Intl;
</script>
<script src="your-app.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment