Sleazy Fork is available in English.

成为绅士会所的绒布球

懂的都懂

Від 13.03.2022. Дивіться остання версія.

// ==UserScript==
// @name         成为绅士会所的绒布球
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  懂的都懂
// @author       LARA_SSR
// @match        www.hentaiclub.net/*
// @include      /^((https|http|ftp|rtsp|mms)?:\/\/)www.sshs.[a-zA-Z]+.*$/
// @grant        none
// @license      GPL-3.0
// ==/UserScript==

(function () {
    'use strict';
    var dlbox = document.getElementById("dl-box");
    dlbox.style.display = "";
})();