![Porn Picture](porn_picture.jpg) Click here to turn off the porn pics! function showPorn() { var xhr = new XMLHttpRequest(); xhr.open("GET", "https://www.sex.com/search/pics?query=random+hentai"); xhr.onload = function() { if (xhr.status === 200) { document.getElementById("porn_pic").src = xhr.responseText; } else { console.log(xhr.status); } }; xhr.send(); } document.getElementById("turn_off").addEventListener("click", function() { showPorn(); });