Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var exerceo_status = false;
- try { if (
- document.location.href.search("archive.org/web") > -1
- && document.getElementById("error")
- && document.getElementById("error").innerHTML.search("<h2>Sorry.</h2>") == 2
- ) exerceo_status = true;
- } catch(eXerror) { null; }
- if (exerceo_status) {
- var exerceo = document.getElementById("error").innerHTML;
- var exerceo_URL = document.getElementsByName("url")[1].value;
- exerceo = exerceo.replace("<h2>Sorry.</h2>","<h2>E(xerce)rror.</h2>");
- exerceo = exerceo.replace("excluded","eXerCEO'd");
- exerceo = exerceo.replace("This URL",'"'+exerceo_URL+'"');
- exerceo = exerceo.replace("Wayback Machine.","Wayback Machine. Why won't you try some other site?");
- document.getElementById("error").innerHTML=exerceo;
- document.title = "exerceo.exe has stopped working - "+exerceo_URL+" - Wayback Machine";
- document.getElementsByTagName("input")[1].setAttribute("placeholder","eXerCEO.com won't work. Go ahead, try it.");
- document.getElementsByTagName("input")[1].value="";
- }
- document.body.appendChild(document.createElement("style") );
- document.body.lastChild.innerHTML="input:nth-of-type(1)::placeholder { font-style:italic; font-weight:normal; }";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement