您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
微信公证号文章中,图片预览
当前为
// ==UserScript== // @name img_preview // @namespace http://tampermonkey.net/ // @version 0.0.2 // @description 微信公证号文章中,图片预览 // @author Enjoy // @icon https://foruda.gitee.com/avatar/1671100286067517749/4867929_enjoy_li_1671100285.png!avatar60 // @match *://mp.weixin.qq.com/s/* // @grant GM_addElement // @grant GM_addStyle // @grant GM_setClipboard // @license GPL License // ==/UserScript== // 函数文档 https://www.tampermonkey.net/documentation.php#api:GM_addElement (function (win) { 'use strict'; win.GM_addElement=GM_addElement GM_addElement('script', { src: 'https://gitee.com/itlangz/humming-preview/raw/v0.0.1/lib/umd/index.js', type: 'text/javascript' }); setTimeout(()=>{ new Humming('figure>img') },10*1000) })(window);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址