I'm looking for a javascript that allows me the function described, I would like to get removed the parameter aff_id from any url depending on visitors country:
www.domain.com/join/?language=es&aff_id=3
resulting url: www.domain.com/join/?language=es
(can be this or any other url, what matters is that aff_id=X doesn´t show for that country in particular, but it does for others)
Is this possible? Could anyone show me something similar to what I´m looking for?
Thank you in advance.