Hey there! I came across a URL like this: http:example.com/index.html?hideuielements=["Bookmark","Favourite"]
I'm curious if this is a valid query parameter that can be passed to a URL, and if so, how can we read it in JavaScript?
I'm hoping to use something like query.hideuielements
to get values like
["Bookmark", "Favorite"]
in my JavaScript file. Any tips or suggestions would be greatly appreciated!