const currentUrl = window.location.search; const host = window.location.host; const protocol = window.location.protocol; var baseUrl = protocol+"//"+host; var ambila = currentUrl.replace("?search=",""); var ambil = ambila.replace("&c=1",""); var postTitle = decodeURI(ambil); document.title = postTitle;