Flightradar24.com/BypassTimeout
Can you make it work with the new beta version?
Sure! Do you know how to access it? When I click the blue beta button on the right side of the screen, something starts to happen, but after all, all I see is the regular Flightradar24. The userscript seemed to work on that, so I'm assuming it wasn't the beta.
Edit: It seems to be a bug, I'll try using other browsers. Edit 2: Got it to open. When I have time, I'll take a look.
Are there any updates on this?
Are there any updates on this?
Will probably not be made soon due to being busy with life at the moment.
Decided to make some changes since they seemed simple enough, try it now.
If it doesn't work, I'll leave this code snippet from the source code here for myself so that I can work on a more complex solution later when I have time.
function r() {
clearTimeout(a.value),
e.value = !0
}
function c() {
clearTimeout(a.value);
const l = t.feature("map.timeout.mins");
if (l != null && !Number.isNaN(l) && l > 0) {
const n = l * 60 * 1e3;
a.value = setTimeout(()=>{
r()
}
, n)
}
}
Still getting timeout message.
Got the timeout message just now, thought I'd drop that info here.