EX煎蛋

煎蛋直接显示原图

当前为 2017-11-07 提交的版本,查看 最新版本

// ==UserScript==
// @name         EX煎蛋
// @namespace    https://gf.qytechs.cn/zh-CN/scripts/34894
// @version      0.2
// @description  煎蛋直接显示原图
// @author       dazzulay
// @include      http*://jandan.net*
// @grant        none
// ==/UserScript==

$(function(){
    $('a.view_img_link').each(function(){
        var $this = $(this);
       $this.nextAll('img').eq(0).attr('src',$this.attr('href'));
    });
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址