turquoise-turtle

Results 4 comments of turquoise-turtle

Just a suggestion, you could use: ``` var parsedUrl = new URL(window.location.href); var username = parsedUrl.searchParams.get('url'); ``` And then use if statements to put in the default

The 'No Access-Control-Allow-Origin' is something to do with CORS (cross-origin resource sharing). See [https://en.wikipedia.org/wiki/Same-origin_policy](https://en.wikipedia.org/wiki/Same-origin_policy) Basically that website which the audio files are uploaded on has a HTTP header which only...

There's no mistake in your code, the problem is that the website you're downloading the urls from is blocking it because because it realises your code isn't coming from the...

Thanks for replying quickly. That's the thing, I'm on a managed laptop that doesn't allow me to install anything. I tried using your project and Glitch.com, but it doesn't seem...