Greasy Fork is available in English.

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 [{},{}]

返信を投稿

返信を投稿するにはログインしてください。