您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
zhihu脚本,知乎图片加载
当前为
// ==UserScript== // @name zhihu脚本 // @author 上帝未满18岁 // @version 0.1 // @description zhihu脚本,知乎图片加载 // @homepageURL http://demo.com // @match *://*.zhihu.com/* // @include *.zhihu.com/* // @run-at document-start // @grant GM_getValue // @grant GM_setValue // @namespace https://gf.qytechs.cn/users/11027 // ==/UserScript== $(function () { $.each($('.zu-main-content-inner a'), function ($k, $this) { if (typeof $this.attr('data-actualsrc') !== 'undefined') { $this.attr('src', $this.attr('data-actualsrc')); } }); });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址