I've got a pretty straight forward question, how do I append GET values to the end of every anchor href on a page?
For example, you type in google.com?label=12&id=12
So whatever comes in, I just want to make sure that I'm appending "?label=12&id=12" to the end of every single href in an anchor tag on the page. There is an easy way to do this right? Thanks everyone! :)