Picviewer CE+

在线看图工具,支持图片翻转、旋转、缩放、弹出大图、批量保存

< 脚本Picviewer CE+的反馈

评价:好评 - 脚本运行良好

§
发表于:2024-01-15

On deviantart, how do I see the bigger (actual size) of the images when I hover the mouse pointer over the thumbnail images on the right side of the page.

Ex: https://www.deviantart.com/donmalo/art/LANDSCAPE-10012013-347738842

hoothin作者
§
发表于:2024-01-16
{
    name:"deviantart",
    url: /^https:\/\/www\.deviantart\.com\//,
    xhr: {
        q: '[property="contentUrl"]'
    },
    getImage: function(a, p) {
        if (a && a.dataset.hook == "deviation_link") {
            return a.href;
        }
    }
}

Open setting > Other > custom rules. Input into the array like [{},{}]

发表回复

登录以发表回复。