so say for example, you get https://example.com/?read=test&noread=test
What can you do in javascript to read only the read part of the URL and set it to a variable while leaving noread alone? Also sorry for being undescriptive, but I don't know much about URL reading, so I don't know how to ask the questions correcrly.