Sleazy Fork is available in English.

PornoLab.net Thumbnail Expander

Automatically unfolds spoilers and replaces thumbnails with full sized images while removing thumbnails linking to adware.

< Opiniones de PornoLab.net Thumbnail Expander

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 13/5/2023

fastpic fix:

        if(url.indexOf('fastpic.org/thumb/') != -1){
            (function(target){
                GM_xmlhttpRequest({
                    method: 'GET',
                    url: target.parentNode.href,
                    onload: function(response) {
                        var matches = response.responseText.match(/<img src="(.+?)"[^>]+class="image img-fluid/i);
                        if(matches && matches.length > 1) {
                            updateImageUrl(target, matches[1]);
                        }
                    }
                });
            })(containers[j]);

Publicar respuesta

Inicia sesión para responder.