Skip to content

Commit

Permalink
head.html: enable prefetch for the adblocking script
Browse files Browse the repository at this point in the history
Maybe resolves the message making a quick blink?
  • Loading branch information
Mikaela committed May 29, 2024
1 parent be75a68 commit ba26ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />

<!-- https://github.com/macdonst/detect-missing-adblocker -->
<script type="module" src="https://unpkg.com/detect-missing-adblocker@latest/dist/detect-missing-adblocker.js?module=true"></script>
<script rel="prefetch" type="module" src="https://unpkg.com/detect-missing-adblocker@latest/dist/detect-missing-adblocker.js?module=true"></script>
<link rel="stylesheet" href="https://unpkg.com/detect-missing-adblocker@latest/nativeads.js.css">
</head>

0 comments on commit ba26ccd

Please sign in to comment.