From 4d3cbc3c0354279f1efb3a33694f7664781cd822 Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Tue, 23 Feb 2021 18:04:18 +0530 Subject: [PATCH] Remove fbcid kind of tracking query params from URL --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 08aa527..f070518 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,9 @@ } (function(){ + if(location.search.length){ + location.search = ''; + } if(location.hash.length > 20 ){ var data = decodeURIComponent( location.hash.slice(1) ).split(';');