您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
KiwiSDR Scheduled Recorder, timed recorder
GitHub: https://github.com/JerryXu09/KiwiSDR-Scheduled-Recorder
Last update: Aug 5, 2025
重新设计了界面,添加了对录音意外中断的判断。
此油猴脚本为 KiwiSDR 网页而设计,使得用户可以定时开关录音功能。代码由 AI 辅助编写。
如果需要适配更多KiwiSDR站点,请自行在脚本开头中添加一行:
// @match https://irk.swl.su/*
其中https://irk.swl.su/*
可以修改成任何你需要的KiwiSDR站点,注意http(s)
和通配符*
。
Redesigned the interface and added detection for unexpected recording interruptions.
This Tampermonkey script is designed for the KiwiSDR webpage, allowing users to schedule the recording function. The code is AI-assisted.
To adapt more KiwiSDR sites, add a line at the beginning of the script:
// @match https://irk.swl.su/*
Where https://irk.swl.su/*
can be modified to any KiwiSDR site you need, noting http(s)
and the wildcard *
.