-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
script.user.js
48 lines (47 loc) · 2.51 KB
/
script.user.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// ==UserScript==
// @name nHentai Helper
// @name:zh-CN nHentai 助手
// @name:zh-TW nHentai 助手
// @namespace https://github.com/Tsuk1ko
// @version 2.19.0
// @icon https://nhentai.net/favicon.ico
// @description Download nHentai manga as compression file easily, and add some useful features. Also support NyaHentai.
// @description:zh-CN 为 nHentai 增加压缩打包下载方式以及一些辅助功能,同时支持 NyaHentai
// @description:zh-TW 爲 nHentai 增加壓縮打包下載方式以及一些輔助功能,同時支持 NyaHentai
// @author Jindai Kirin
// @match https://nhentai.net/*
// @match https://nhentai.xxx/*
// @match https://nhentai.to/*
// @match https://nhentai.website/*
// @include /^https:\/\/([^\/]*\.)?(nya|dog|cat|bug|qq|fox|ee|yy)hentai[0-9]*\./
// @connect nhentai.net
// @connect i.nhentai.net
// @connect json2jsonp.com
// @connect i0.mspcdn9.xyz
// @connect cdn.nhentai.xxx
// @connect t.dogehls.xyz
// @license GPL-3.0
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_registerMenuCommand
// @grant GM_xmlhttpRequest
// @grant GM_getResourceText
// @resource notycss https://fastly.jsdelivr.net/npm/[email protected]/lib/noty.min.css
// @require https://fastly.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/dist/FileSaver.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/jquery.pjax.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/dist/vue.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/lib/noty.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/dist/md5.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/dist/umd/comlink.min.js
// @require https://fastly.jsdelivr.net/npm/[email protected]/dist/localforage.min.js
// @run-at document-end
// @noframes
// @homepageURL https://github.com/Tsuk1ko/nhentai-helper
// @supportURL https://github.com/Tsuk1ko/nhentai-helper/issues
// @downloadURL https://tsuk1ko.github.io/nhentai-helper/script.user.js
// ==/UserScript==
// Since v3.0.0 the script URL has been changed to https://tsuk1ko.github.io/nhentai-helper/script.user.js. Please manually reinstall.
// 从 v3.0.0 开始脚本地址变更为 https://tsuk1ko.github.io/nhentai-helper/script.user.js,请手动覆盖重装。