-
Notifications
You must be signed in to change notification settings - Fork 0
/
nomodule-browser-warning.min.js
1 lines (1 loc) · 1.59 KB
/
nomodule-browser-warning.min.js
1
document.addEventListener("DOMContentLoaded",function(){var t=document.getElementById("nomodule-browser-warning"),e="⚠️ Your web browser is out of date. Update your browser for more security, speed and the best experience on this site.",o="Update browser",n="Ignore",i="https://browsehappy.com/",r=!0;t&&t.getAttribute("data-text")&&(e=t.getAttribute("data-text")),t&&t.getAttribute("data-update-text")&&(o=t.getAttribute("data-update-text")),t&&t.getAttribute("data-ignore-text")&&(n=t.getAttribute("data-ignore-text")),t&&t.getAttribute("data-link")&&(i=t.getAttribute("data-link")),t&&t.getAttribute("data-cookie")&&(r=!!t.getAttribute("data-cookie"));var a=document.cookie;if(-1===a.indexOf("nomodule_warning=ignore")){var d="";r&&(d="document.cookie = 'nomodule_warning=ignore; path=/';");var g="";g+='<div style="position:absolute;top:16px;right:16px;background:#FCE100;border:5px solid #f9b700; padding:15px;z-index:5000;color:#111;width:50%;min-width:200px" id="nomodule-warning-notification">',g+='<p style="margin-bottom:0px;"><strong>'+e+"</strong></p>",g+='<a style="display:inline-block;padding:1em 2em;background:#42bd3b;color:#fff;text-decoration:none;margin-right:16px;margin-top:16px;text-align:center" href="'+i+'" target="_blank" rel="noreferrer">'+o+"</a>",g+='<button style="display:inline-block;padding:1em 2em;border:1px solid;background:transparent;margin-right:16px;margin-top:16px;" onclick="this.parentNode.style.display=\'none\';'+d+'">'+n+"</button>",g+="</div>";var p=document.createElement("div");p.innerHTML=g,p=p.firstChild,body=document.getElementsByTagName("body")[0],body.appendChild(p)}});