how I can get parameters from my script url? I found examples where was parameters from website url but it's not what i really looking for. I'm running one script from another and I send request like /script.js?name=example
and I don't have idea how I can get access to name in script.js
.
Greetings.