var urlParams = new URLSearchParams(window.location.search); // get url keys for (var key of urlParams.keys()) { console.log(key); }