Remove fbcid kind of tracking query params from URL

This commit is contained in:
2021-02-23 18:04:18 +05:30
parent e421e03c18
commit 4d3cbc3c03
+3
View File
@@ -77,6 +77,9 @@
} }
(function(){ (function(){
if(location.search.length){
location.search = '';
}
if(location.hash.length > 20 ){ if(location.hash.length > 20 ){
var data = decodeURIComponent( location.hash.slice(1) ).split(';'); var data = decodeURIComponent( location.hash.slice(1) ).split(';');