You should be able to accomplish this by using location.href
if(window.location.hostname == "www.myweb.com")
window.location.href += "?single";
You should be able to accomplish this by using location.href
if(window.location.hostname == "www.myweb.com")
window.location.href += "?single";