mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Aggiunto Spagnolo, riconversione post Listed da HTML a Markdown
This commit is contained in:
@ -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);
|
||||
});
|
||||
}));
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user