mirror of
https://github.com/harish2704/UPI-QR-code-from-bank-details.git
synced 2026-09-10 05:01:07 +00:00
Remove fbcid kind of tracking query params from URL
This commit is contained in:
@@ -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(';');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user