Exhentai公共账号

替换Exhentai的cookie,自动登录

Tính đến 04-05-2023. Xem phiên bản mới nhất.

// ==UserScript==
// @name           Exhentai公共账号
// @description    替换Exhentai的cookie,自动登录
// @version        1.1
// @author         福尔魔猪
// @icon          https://exhentai.org/favicon.ico
// @match       *://*.exhentai.org/*
// @match        *://exhentai.org/
// @license     MIT
// @namespace https://greasyfork.org/users/1072365
// ==/UserScript==
if (location.host == 'exhentai.org' && document.cookie.split(';') .length < 3) {
    document.cookie = "ipb_member_id=7013610";
    document.cookie = "ipb_pass_hash=1ff72e5df8f1949f2b48b49748432eca";
    document.cookie = "igneous=298743a95";
}