Uzyskaj adres URL strony bez parametów w JavaScript
window.location.href.split('?')[0];
Yousef Qaoud
window.location.href.split('?')[0];