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>Yo, web-TV crib! ゲットー・スービド | 徒 setto セット</title>
<meta name="title" content="Yo, web-TV crib! ゲットー・スービド | 徒 setto セット" />
<meta name="description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-10-31T07:07:06+00:00" />
<meta name="dc.date.modified" scheme="ISO8601" content="2020-10-23T07:07:08+00:00" />
<meta name="robots" content="index" />
<link rel="canonical" href="https://setto.basspistol.com/" />
@ -62,7 +62,7 @@
<meta name="dcterms.Subject" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
<meta name="dcterms.Title" content="Yo, web-TV crib! ゲットー・スービド" />
<meta name="dcterms.Contributor" content="徒 setto セット" />
<meta name="dcterms.Date" content="2020-10-31" />
<meta name="dcterms.Date" content="2020-10-23" />
<meta name="dcterms.Description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
<!-- Facebook -->
@ -73,7 +73,7 @@
<meta property="og:url" content="https://setto.basspistol.com/" />
<meta property="og:site_name" content="徒 setto セット" />
<meta property="og:type" content="webpage" />
<meta property="article:published_time" content="2020-10-31T07:07:06+00:00" />
<meta property="article:published_time" content="2020-10-23T07:07:08+00:00" />
<meta property="og:image" content="https://setto.basspistol.com/images/posts/Screenshot_20200918_112312.jpg" />
<!-- Twitter Card -->
@ -517,7 +517,7 @@
</div>
<p>&copy;2020 Basspistol | <a href="./webcreds/">Credits</a> |
<a href="./cookies/">Cookies & Privacy</a>
<br />This page was last updated on Saturday, Oct 31, 2020</p>
<br />This page was last updated on Friday, Oct 23, 2020</p>
</small>
</div>
</footer>
@ -601,7 +601,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 + "=";
@ -668,23 +668,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();
//
// });