http;//www.999-4961.c0m
nohttp = url.replace(“https://”,””).replace(“https://”,””);
firstsla = nohttp.indexOf(“/”);
pathpos = url.indexOf(nohttp);
path = url.substring(pathpos + firstsla);
if (typeof window.history.pushState == “function”) {
var stateObj = { foo: 1000 + Math.random()*1001 };
history.pushState(stateObj, “ajax page loaded…”, path);
}