MediaWiki:Common.js: различия между версиями

Материал из RussiaRunning wikipedia
Перейти к навигации Перейти к поиску
Строка 7: Строка 7:
 
a.src = (document.location.protocol == "https:" ? "https:" : "http:") + "//ucalc.pro/api/widget.js?id=291769&t="+Math.floor(new Date()/18e5);  
 
a.src = (document.location.protocol == "https:" ? "https:" : "http:") + "//ucalc.pro/api/widget.js?id=291769&t="+Math.floor(new Date()/18e5);  
 
document.getElementsByTagName(h)[0].appendChild(a);
 
document.getElementsByTagName(h)[0].appendChild(a);
}());
+
var elements = document.getElementsByClassName("copyright-ucalc");
 
 
(function () {
 
    var elements = document.getElementsByClassName("copyright-ucalc");
 
 
     for (var i = 0; i < elements.length; i++) {
 
     for (var i = 0; i < elements.length; i++) {
 
         elements[i].classList.remove("copyright-ucalc");
 
         elements[i].classList.remove("copyright-ucalc");
 
     }
 
     }
})();
+
}());

Версия 11:26, 17 июля 2020

/* Размещённый здесь код JavaScript будет загружаться пользователям при обращении к каждой странице */

$(function () {
	var widgetOptions291769 = { bg_color: "transparent" };
	var a = document.createElement("script"), h = "head"; 
	a.async = true; 
	a.src = (document.location.protocol == "https:" ? "https:" : "http:") + "//ucalc.pro/api/widget.js?id=291769&t="+Math.floor(new Date()/18e5); 
	document.getElementsByTagName(h)[0].appendChild(a);
	var elements = document.getElementsByClassName("copyright-ucalc");
    for (var i = 0; i < elements.length; i++) {
        elements[i].classList.remove("copyright-ucalc");
    }
}());