Greasy Fork is available in English.

Picviewer CE+

Poderosa ferramenta de visualização de imagens on-line, que pode pop-up/dimensionar/girar/salvar em lote imagens automaticamente

< Feedback em Picviewer CE+

Avaliação: Bom - o script funciona

§
Publicado: 15/01/2024

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

hoothinAutor
§
Publicado: 16/01/2024
{
    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 [{},{}]

Publicar resposta

Faça o login para publicar uma resposta.