[Flightradar24] Bypass Timeout

Bypasses the 30-min timeout

目前為 2024-01-20 提交的版本,檢視 最新版本

// ==UserScript==
// @name        [Flightradar24] Bypass Timeout
// @namespace   HKR
// @match       https://www.flightradar24.com/*
// @grant       none
// @version     1.1
// @author      HKR
// @description Bypasses the 30-min timeout
// @run-at      document-load
// ==/UserScript==
 
(() => {
    setInterval(() => {
        try {
            dispatcher.features['map.timeout.mins'] = 999999999999;
        } catch {
            // nothing
        }
    }, 1000);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址