I want to achieve something like this
with clean history
I want to do in <a> tag look like <a href="...?theme=dark...">
or I need to do in javascript with something like window.location.href... = mainURL + '?theme=dark'
How to achieve like the images above?
addition question: How to also possibly achieve in IE?


