PornoLab.net Thumbnail Expander

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

< PornoLab.net Thumbnail Expanderについてのフィードバック

レート:可 - スクリプトは動作するがバグがある

§
投稿日: 2024/07/10

Fix for imagevenue

        } else if(url.indexOf('imagevenue.com') != -1){
            (function(target){
                GM_xmlhttpRequest({
                    method: 'GET',
                    url: target.parentNode.href,
                    onload: function(response) {
                        var matches = response.responseText.match(/<img src="http(.+?)" id="main-image"/i);
                        if(matches && matches.length > 1) {
                            updateImageUrl(target, 'http' + matches[1]);
                        }
                    }
                });
            })(containers[j]);

返信を投稿

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