Updated 31 files via CloudCannon
This commit is contained in:
parent
f98245f32d
commit
aed825f0ed
31 changed files with 294 additions and 294 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<title>Play "Unmet Dependencies" by 徒 setto セット | 徒 setto セット</title>
|
||||
<meta name="title" content="Play "Unmet Dependencies" by 徒 setto セット" />
|
||||
<meta name="description" content="A release by 徒 setto セット named "Unmet Dependencies" published on 徒 setto セット" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-11-16T16:13:42+00:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-11-16T15:52:19+00:00" />
|
||||
<meta name="robots" content="index" />
|
||||
|
||||
<link rel="canonical" href="https://setto.basspistol.com/unmet-dependencies/" />
|
||||
|
|
@ -761,7 +761,7 @@ This is what together we should refute.<br />
|
|||
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 + "=";
|
||||
|
|
@ -828,23 +828,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();
|
||||
//
|
||||
// });
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue