function mb_age_warning_confirm() { localStorage.mb_age_warning_verified = "0"; } /* edit below if you want to change the 18+ text */ function mb_geo_warning() { $("body").append("
NO ACCESS
We are sorry you are not allowed to access our website. Remember that circumventing access-control measures is prohibited.
EXIT NOW



\"Restricted
") } $( document ).ready(function() { const urlParams = new URLSearchParams(window.location.search); const myParam = urlParams.get('utm_campaign'); //alert(myParam); if(localStorage.mb_geo_warning_verified !== "100") { var delay = 0; setTimeout(function() { mb_geo_warning(); }, delay); } });