From 0022522d0470e30c8eed82afd9058ae2f2bb48c7 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 16 Nov 2024 08:58:51 +0800 Subject: [PATCH] Update --- fb_get_aria2_download_links.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fb_get_aria2_download_links.user.js b/fb_get_aria2_download_links.user.js index 70143ae..463740e 100644 --- a/fb_get_aria2_download_links.user.js +++ b/fb_get_aria2_download_links.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @name filebrowser 获取aria2下载命令行 // @namespace https://github.com/lifegpc/userscript -// @version 0.0.1 +// @version 0.0.2 // @description filebrowser 获取aria2下载命令行 // @author lifegpc -// @match https://lfiles.lifegpc.com/files/* -// @match https://ptf.lifegpc.com/files/* +// @match https://lfiles.lifegpc.com/* +// @match https://ptf.lifegpc.com/* // @grant GM_getValue // @grant GM_setValue // @grant GM_registerMenuCommand