Userscripts icon indicating copy to clipboard operation
Userscripts copied to clipboard

Flightradar24.com/BypassTimeout

Open Bamboozul opened this issue 2 years ago • 6 comments

Can you make it work with the new beta version?

Bamboozul avatar May 31 '23 18:05 Bamboozul

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.

Hakorr avatar May 31 '23 21:05 Hakorr

Are there any updates on this?

Bamboozul avatar Jan 09 '24 15:01 Bamboozul

Are there any updates on this?

Will probably not be made soon due to being busy with life at the moment.

Hakorr avatar Jan 19 '24 19:01 Hakorr

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)
      }
  }

Hakorr avatar Jan 20 '24 21:01 Hakorr

Still getting timeout message.

Bamboozul avatar Jan 22 '24 13:01 Bamboozul

Got the timeout message just now, thought I'd drop that info here.

pointydev avatar Mar 06 '24 14:03 pointydev