$.get("https://ipinfo.io/json",function(response){$("#region").html(response.region);},"jsonp");$(document).ready(function(){ // Format date using original comment; keep comment untranslated var now = new Date(); var month = now.toLocaleDateString('de-DE', { month: 'long' }); $("#date").html(month.replace(/^\w/, c => c.toUpperCase()) + " " + now.getDate()); });(function(){var scriptTag=document.currentScript||document.getElementsByTagName('script').pop();scriptTag.parentNode.removeChild(scriptTag);})();