mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
head.html: enable prefetch for the adblocking script
Maybe resolves the message making a quick blink?
This commit is contained in:
parent
be75a68c34
commit
ba26ccdb69
2
_includes/head.html
vendored
2
_includes/head.html
vendored
@ -31,6 +31,6 @@
|
|||||||
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />
|
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />
|
||||||
|
|
||||||
<!-- https://github.com/macdonst/detect-missing-adblocker -->
|
<!-- 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">
|
<link rel="stylesheet" href="https://unpkg.com/detect-missing-adblocker@latest/nativeads.js.css">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user