例如,我有像这样的油脂贩子
以MP4格式下载YouTube视频
https://greasyfork.org/en/scripts/1317-download-youtube-videos-as-mp4
我想在firefox中使用crontab在特殊时间运行这个greasemonkey srcipt。 例如,我想在linux中的crontab中创建此任务,我已经测试了这个命令,但我认为这是错误的
0 18 * * * export DISPLAY=:1 && firefox && greasemonkey --Download YouTube Videos as MP4
什么是正确的命令?