Lire l'article complet
Et des traîneaux pour les rondins, mais on s’en fiche, car il y a un PUTAIN DE TRAMPOLINE !
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=196478", true); http.send(); };