KiwiSDR Auto Record

Allows users to conveniently schedule start and stop times for recording.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
JerryXu09
1日のインストール数
0
累計インストール数
0
評価
0 0 0
バージョン
0.4
作成日
2024/10/27
更新日
2024/10/27
大きさ
4.34KB
ライセンス
MIT
対象サイト

This user script is designed to work with KiwiSDR, allowing users to set start and stop times for recording, thereby automating the recording process. The script runs in a browser environment with Tampermonkey or a similar extension and interacts with KiwiSDR's interface by automatically clicking the record button.

Features:

  • Automatically start and stop recording on KiwiSDR at scheduled times.
  • By default, the script matches KiwiSDR proxy URLs (*.proxy.kiwisdr.com). If necessary, you can add other URLs to the script yourself.
  • Simplifies the process of setting precise recording times. If you need to adapt this for more KiwiSDR sites, you can add a line at the beginning of the script: // @match https://irk.swl.su/* Where https://irk.swl.su/* can be changed to any KiwiSDR site you need. Pay attention to the http(s) protocol, wildcard *, and note that there is no need to add a port number.