Skip to content

Instantly share code, notes, and snippets.

@jamesshannon
Last active January 25, 2018 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jamesshannon/845b6821a180d45c99ee10de88501fe2 to your computer and use it in GitHub Desktop.
Save jamesshannon/845b6821a180d45c99ee10de88501fe2 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>WPT Cache Warmer</title>
</head>
<body>
<!-- Get HSTS headers loaded from dartsearch -->
<iframe src="https://clickserve.dartsearch.net/link/click?lid=437000" width="1" height="1"></iframe>
<!-- Many browsers will have the AMP runtime -->
<script src="https://cdn.ampproject.org/v0.js"></script>
<!-- Top 25 global requests -->
<img src="https://www.google-analytics.com/analytics.js">
<img src="https://securepubads.g.doubleclick.net/static/3p_cookie.html">
<img src="http://www.google-analytics.com/analytics.js">
<img src="https://connect.facebook.net/en_US/fbevents.js">
<img src="https://fonts.gstatic.com/s/roboto/v18/CWB0XYA8bzo0kSThX0UTuA.woff2">
<img src="https://staticxx.facebook.com/connect/xd_arbiter/r/BbnCpbXY9X8.js?version=42">
<img src="https://www.google-analytics.com/ga.js">
<img src="http://www.google-analytics.com/ga.js">
<img src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
<img src="https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2">
<img src="https://www.facebook.com/rsrc.php/v3/y_/r/ApcBOUT5FoS.png">
<img src="https://www.facebook.com/rsrc.php/v3/yi/l/0,cross/SbijSmMbSGN.css">
<img src="https://tpc.googlesyndication.com/pagead/js/r20171030/r20110914/activeview/osd_listener.js">
<img src="http://staticxx.facebook.com/connect/xd_arbiter/r/BbnCpbXY9X8.js?version=42">
<img src="https://static.doubleclick.net/instream/ad_status.js">
<img src="https://www.google.com/js/bg/eOQoXO6E55cNpyyVgUm6bNaHkiby5lNAc4IRHkjGB1E.js">
<img src="https://tpc.googlesyndication.com/pagead/images/transparent.png">
<img src="https://staticxx.facebook.com/connect/xd_arbiter/r/lY4eZXm_YWu.js?version=42">
<img src="https://googleads.g.doubleclick.net/pagead/html/r20171030/r20170110/zrt_lookup.html">
<img src="https://ssl.google-analytics.com/ga.js">
<img src="https://pagead2.googlesyndication.com/pagead/js/r20171030/r20170110/osd.js">
<img src="https://tpc.googlesyndication.com/pagead/images/x_button_blue2.svg">
<img src="https://fonts.gstatic.com/s/roboto/v18/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2">
<img src="https://www.facebook.com/rsrc.php/v3/yn/r/lH1ibRl5GKq.png">
<img src="https://googleads.g.doubleclick.net/pagead/html/r20171106/r20170110/zrt_lookup.html">
<script type="text/javascript">
let urls = window.location.href.split('?'),
qs = urls.length == 2 ? urls[1] : '';
if (qs && qs.split('=')[0] == 'serviceworker') {
document.write('<iframe src="' + qs.split('=')[1] + '" width="1" height="1"></iframe>');
document.write('* Loaded serviceworker from iframe<br>');
}
</script>
Assets are loaded!
<style type="text/css">
body {
background-color: red;
color: blue;
font-size: 35px;
}
</style>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment