Updated 31 files via CloudCannon

This commit is contained in:
CloudCannon 2020-11-24 19:01:14 +00:00
parent f98245f32d
commit aed825f0ed
31 changed files with 294 additions and 294 deletions

View file

@ -38,7 +38,7 @@
<title>Play Grandma got the SSH keys (Insutrmental) by 徒 Setto セット | 徒 setto セット</title>
<meta name="title" content="Play &quot;Grandma got the SSH keys (Insutrmental)&quot; by 徒 Setto セット" />
<meta name="description" content="A track by 徒 Setto セット named &quot;Grandma got the SSH keys (Insutrmental)&quot; published on 徒 setto セット" />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-11-20T19:07:02+00:00" />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-11-20T16:13:12+00:00" />
<meta name="robots" content="index" />
<link rel="canonical" href="https://setto.basspistol.com/cyber-grany/1-grandma-got-the-ssh-keys-insutrmental-/" />
@ -74,7 +74,7 @@
<meta property="og:site_name" content="徒 setto セット" />
<meta property="og:type" content="music:album:track" />
<meta property="og:audio" content="https://media.basspistol.com/setto.basspistol.com/cyber-grany/1-grandma-got-the-ssh-keys-insutrmental-.mp3" />
<meta property="article:published_time" content="2020-11-20T19:07:02+00:00" />
<meta property="article:published_time" content="2020-11-20T16:13:12+00:00" />
<meta property="og:image" content="https://media.basspistol.com/setto.basspistol.com/cyber-grany/1-grandma-got-the-ssh-keys-insutrmental-.jpeg" />
<!-- Twitter Card -->
@ -464,7 +464,7 @@
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + value + expires + "; path=/;SameSite=Strict";
document.cookie = name + "=" + value + "; domain=.basspistol.com" + expires + "; path=/;SameSite=Strict";
}
function readCookie(name) {
var nameEQ = name + "=";
@ -531,23 +531,23 @@ _paq.push(['enableLinkTracking']);
}
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
createCookie('cookie-notice-dismissed', 'wantCookies', 90);
createCookie('cookie-notice-dismissed', 'wantCookies', 365);
document.getElementById('cookie-notice').style.display = 'none';
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
location.reload();
});
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
createCookie('cookie-notice-dismissed', 'dontWantCookies', 90);
createCookie('cookie-notice-dismissed', 'dontWantCookies', 365);
document.getElementById('cookie-notice').style.display = 'none';
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
location.reload();
});
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
// document.getElementById('cookie-notice').style.display = 'none';
// location.reload();
//
// });