From 64497500a86bfe8de2feb176de1562c4a5efd0f2 Mon Sep 17 00:00:00 2001 From: Pacalini <141402887+Pacalini@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:55:15 +0800 Subject: [PATCH] ehentai: clear cookies before each login attempt --- ehentai.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ehentai.js b/ehentai.js index 994987c..8b8f0a0 100644 --- a/ehentai.js +++ b/ehentai.js @@ -100,6 +100,7 @@ class Ehentai extends ComicSource { domain: ".exhentai.org" })) } + Network.deleteCookies('https://e-hentai.org') Network.setCookies('https://e-hentai.org', cookies) let res = await Network.get( "https://forums.e-hentai.org/",