Update js/main.js

This commit is contained in:
LEGALISE_PIRACY 2024-05-05 22:09:02 +00:00
parent 16a261b813
commit 56dab44860

View File

@ -1,4 +1,3 @@
var interval;
document.addEventListener("DOMContentLoaded", function () {
if (localStorage.getItem("theme")) {
@ -195,3 +194,12 @@ let cookieConsentStyle = document.createElement("link");
cookieConsentStyle.href = "/js/cookieConsent.css";
cookieConsentStyle.rel = "stylesheet";
document.head.appendChild(cookieConsentStyle);
var $buoop = {required:{e:79,f:45,o:36,s:10,c:49},api:2024.05 };
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}