Let's say I have my current url as: https://example.com/test?id=W2FiY11beHl6XVsxMjNd .
The content after ?id is [abc][xyz][123]
and is base64 encoded.
I want to process the current url so the content on the page looks like:
<div class="">abc</div>
<div class="">xyz</div>
<div class="">123</div>
Is there a way to do this with jquery or whatever?