把[图片下载器](https://gf.qytechs.cn/scripts/419894)的开关添加到[媒体资源嗅探及下载(支持下载m3u8和mp4视频和音频)](https://gf.qytechs.cn/scripts/470154)的功能列里面
当前为
// ==UserScript==
// @name 视频音频图片下载脚本整合器,手机可用,免键盘,免油猴菜单
// @namespace https://facaikotei.github.io/
// @version 3.0.2
// @description 把[图片下载器](https://gf.qytechs.cn/scripts/419894)的开关添加到[媒体资源嗅探及下载(支持下载m3u8和mp4视频和音频)](https://gf.qytechs.cn/scripts/470154)的功能列里面
// @author (c)2025 facaikotei
// @match *://*/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @require https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/jquery/2.2.4/jquery.min.js
// @require https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/arrive/2.4.1/arrive.min.js
// @require https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/jwerty/0.3.2/jwerty.min.js
// @license MIT
// @homepageURL https://gf.qytechs.cn/scripts/529908
// ==/UserScript==
(function() {
'use strict';
$("body").arrive(".MyUrls", { existing: true, onceOnly: true }, function() {
$(".MyBT").append("<div id='MyImage' class='jianBian'>图片<div style='opacity: 0;'>图片</div></div>");
GM_addStyle(".MyBT>div>div { width: 150px; }");
$("#MyImage").click(function() {
jwerty.fire(GM_getValue("shortCutString", "alt+W"));
});
});
$("body").arrive(".tyc-image-container", function() {
GM_setValue("shortCutString", $(".shortCutString").val());
$(".shortCutString").change(function() {
GM_setValue("shortCutString", $(".shortCutString").val());
});
});
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址