Listen to radio stations from around the world
11–20 of 34 posts
Re: Listen to radio stations from around the world
#12Re: Listen to radio stations from around the world
#13See this snippet of code from an inline script in the page source:
var isNative = /RadioGarden/i.test(window.navigator.userAgent);
if (!isNative)
if ("https:" === window.location.protocol)
window.location.protocol = "http:";
else {
...
}Re: Listen to radio stations from around the world
#14Really bad coding on this site, it just put my tab on a infinite reload loop (configuration: Firefox, uBlock Origin, uMatrix, CleanURLs, and Cookie Auto Delete blocking all third parties).
Re: Listen to radio stations from around the world
#15Is anyone else unable to access the site? I'm currently on Firefox 85.0.2 (Arch Linux). I've tried disabling advanced privacy guard but I still get stuck in an infinite refresh loop :-(
Re: Listen to radio stations from around the world
#16Really bad coding on this site, it just put my tab on a infinite reload loop (configuration: Firefox, uBlock Origin, uMatrix, CleanURLs, and Cookie Auto Delete blocking all third parties).
https://news.ycombinator.com/item?id=26139260
I'm using HTTPS Everywhere too I just didn't even think it could be remotely responsible for the effect, so I didn't list in on my post.
Re: Listen to radio stations from around the world
#17For some reason this site redirects you to the insecure version (HTTP). So if you are using HTTPS everywhere, you will get stuck in a refresh loop. See this snippet of code from an inline script in the page source: var isNative = /RadioGarden/i.test(window.navigator.userAgent); if (!isNative) if ("https:" === window.location.protocol) window.location.protocol = "http:"; else { ... }
Re: Listen to radio stations from around the world
#18Re: Listen to radio stations from around the world
#19Re: Listen to radio stations from around the world
#20https://stream-subscription-ui.herokuapp.com/
But this one is very cool. Thank you for sharing.