Pinned Loading
-
Simple age restriction guard that on...
Simple age restriction guard that only relies on js-cookie. 1// Make sure js-cookies are loaded before this code2function verifyAge(gaurdingPage = "./age-verification.html") {
3if (!Cookies.get("age-verification"))
4{5Cookies.set("intended", window.location.href);
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

