forked from ccloli/E-Hentai-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
e-hentai-downloader.meta.js
28 lines (28 loc) · 1.15 KB
/
e-hentai-downloader.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// ==UserScript==
// @name E-Hentai Downloader
// @version 1.31.8
// @description Download E-Hentai archive as zip file
// @author 864907600cc
// @icon https://secure.gravatar.com/avatar/147834caf9ccb0a66b2505c753747867
// @include http://exhentai.org/g/*
// @include http://e-hentai.org/g/*
// @include http://g.e-hentai.org/g/*
// @include http://r.e-hentai.org/g/*
// @include https://exhentai.org/g/*
// @include https://e-hentai.org/g/*
// @include https://g.e-hentai.org/g/*
// @include https://r.e-hentai.org/g/*
// @namespace http://ext.ccloli.com
// @updateURL https://github.com/ccloli/E-Hentai-Downloader/raw/master/e-hentai-downloader.meta.js
// @downloadURL https://github.com/ccloli/E-Hentai-Downloader/raw/master/e-hentai-downloader.user.js
// @supportURL https://github.com/ccloli/E-Hentai-Downloader/issues
// @connect *
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_xmlhttpRequest
// @grant GM_info
// @grant GM.getValue
// @grant GM.setValue
// @grant GM.xmlHttpRequest
// @grant GM.info
// ==/UserScript==