Update js/main.js

This commit is contained in:
LEGALISE_PIRACY 2024-05-05 22:14:05 +00:00
parent 56dab44860
commit 7c65755f11

View File

@ -195,11 +195,3 @@ 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)}