Sleazy Fork is available in English.

exhentai公共帐号

小孩子不要看本子。。

2017/05/14時点のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name           exhentai公共帐号
// @description    小孩子不要看本子。。
// @version        1.0
// @author         糖果君
// @include        *://*.exhentai.org/*
// @include        *://exhentai.org/
// @namespace https://greasyfork.org/users/63579
// ==/UserScript==
if (location.host == 'exhentai.org' && document.cookie.split(';') .length < 2) {
    window.location = 'http://exxx.ml';
}