Получить URL -адрес страницы без параметров в JavaScript
window.location.href.split('?')[0];
Yousef Qaoud
window.location.href.split('?')[0];