Page 1 sur 1

Mise à jour 5.1 pour Squad

Posté : 25 juil. 2023, 22:10
par nounoursss
Lire l'article complet
Une nouvelle version de Pacific Proving Grounds
document.getElementById("xpost_link").onclick = function(event) { event.preventDefault(); var http = new XMLHttpRequest(); http.href = 'Lire l'article complet'; http.onreadystatechange = function () { if (http.readyState == 4 && http.status == 200) { if (http.responseText) { document.getElementById("bridgedd").parentNode.innerHTML = http.responseText + '
' + http.href; } else { window.location = this.href; } } }; http.open("GET", "https://forum.nofrag.com/xpost.php?p=200320", true); http.send(); };