//Copyright 2023 Solvelop, LLC. All Rights reserved.
!(function () {
function c() {
(a = window.jQuery.noConflict(!0)), d();
}
function d() {
a(document).ready(function (a) {
var b = a("", { rel: "stylesheet", type: "text/css", href: "https://junkgurus.io/css/green.css" });
b.appendTo("head"),
a.ajax({
url: "https://junkgurus.io/v1/green-clean/stats",
data: { format: "json" },
error: function (a, b, c) {
alert(a.status), alert(c);
},
dataType: "json",
success: function (b) {
document.getElementById('GC').innerHTML ="
" + b[0].donated + "
";
//a(document.body).getElementById('GC').innerHTML ="" + b[0].donated + "
";
},
type: "GET",
});
});
}
var a;
if (void 0 === window.jQuery || "1.4.2" !== window.jQuery.fn.jquery) {
var b = document.createElement("script");
b.setAttribute("type", "text/javascript"),
b.setAttribute("src", "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"),
b.readyState
? (b.onreadystatechange = function () {
("complete" != this.readyState && "loaded" != this.readyState) || c();
})
: (b.onload = c),
(document.getElementsByTagName("head")[0] || document.documentElement).appendChild(b);
} else (a = window.jQuery), d();
})();