Aggiunto Spagnolo, riconversione post Listed da HTML a Markdown

This commit is contained in:
2024-09-05 01:50:13 +02:00
parent 56de4209f1
commit 4811e9c53e
30 changed files with 1013 additions and 1250 deletions

View File

@ -6,8 +6,12 @@ if (!["sitoctt.octt.eu.org", "http.sitoctt.octt.eu.org"].includes(location.hostn
}
window.addEventListener('load', (function(){
fetch('https://private-analytics-not-for-public-use.octt.eu.org/sitoctt/count?p='
+ location.pathname + location.search /* + '&rnd=' + Date.now() */);
var path = (location.pathname + location.search);
fetch('https://private-analytics-not-for-public-use.octt.eu.org/sitoctt/count?p=' + path /* + '&rnd=' + Date.now() */)
.catch(function(err){
console.log(err);
fetch('https://sitoctt.goatcounter.com/count?p=' + path);
});
}));
})();