Skip to content

Instantly share code, notes, and snippets.

@matasaru
Created April 25, 2022 22:35
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 matasaru/29cac964c1a55d365f5ec9e780d517f9 to your computer and use it in GitHub Desktop.
Save matasaru/29cac964c1a55d365f5ec9e780d517f9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0"/>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"/>
<title>Get Your &lt;head&gt; Straight</title>
<script>
var script = document.createElement('script');
script.src = "https://slowfil.es/file?type=js&delay=1000&async-snippet-in-head";
document.head.appendChild(script);
</script>
<script>
// Slow JS
function wait(ms) {
var start = Date.now(),
now = start;
while (now - start < ms) {
now = Date.now();
}
}
wait(1000);
</script>
<script src="https://slowfil.es/file?type=js&delay=1500&sync-in-head&01"></script>
<script src="https://slowfil.es/file?type=js&delay=1000&sync-in-head&02"></script>
<link rel="stylesheet" href="https://slowfil.es/file?type=css&delay=1000&sync-in-head"/>
<link rel="stylesheet" href="https://slowfil.es/file?type=css&delay=1000&imported-from-css"/>
<link rel="stylesheet" href="https://slowfil.es/file?type=css&delay=1000&imported-from-html"/>
</head>
<body>
<h1>Get Your <code>&lt;head&gt;</code> Straight</h1>
<form>
<input type="hidden" id="csrf_token" value="ZGlkIHlvdSBmaW5kIG1lPwo="/>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment