I would like to change the href value of a link using URL parameters.
Example:
Default
<a id="dlink" href="link-1">LINK</a>
But, when the user goes something like this https://url.com/?dlink=link-2
It swaps out the link
New Link <a id="dlink" href="link-2">LINK</a>