Let's say I have a URL like:
www.domain.com/index.jsp?queryParam1=true&queryParam2=false&queryParam3=12
How would I remove just queryParam2=false
from the string on page reload?
I took a look at this but it seems to remove all the query parameters. I am in particular trying to do this when a user presses the "Reload this page" button on their browser or they are using the associated hotkey.