Jane books - the system is down for maintenance, the picture is temporarily unable to load

Reference: Sam Rainsy - craftsman with keyboard

$.each($(".image-loading"),function(i,obj){
    var $o = $(obj);
    var link = $o.attr("data-original-src")
    $o.attr("src",link);
    $o.addClass("illustration");
    $o.removeClass("image-loading");
    var $fu = $(obj.parentNode);

})
    $(".image-view-maintain").removeClass("image-view-maintain");

Paste the above code to the web developer tools console, press enter to

Guess you like

Origin blog.csdn.net/weixin_33896726/article/details/91031353