mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
check if dnt is enabled
This commit is contained in:
parent
33cc4bab1f
commit
9162638ce8
1 changed files with 4 additions and 1 deletions
|
@ -1992,11 +1992,14 @@ window.addEventListener("unload", cleanup)
|
|||
<!-- BUNDLE -->
|
||||
|
||||
<% if(secure) { %>
|
||||
<% if(!dnt_val) { %>
|
||||
|
||||
<!-- matomo -->
|
||||
<noscript><p><img src="//data.poketube.fun/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
<% } %>
|
||||
<% } %> <% } %>
|
||||
|
||||
<style> img.emoji {height: 1em;width: 1em;margin: 0 .05em 0 .1em;vertical-align: -0.1em;}</style>
|
||||
<script>
|
||||
window.GLOBAL_ENV = {
|
||||
|
|
Loading…
Reference in a new issue