-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
pth_yadg.meta.js
30 lines (30 loc) · 1.59 KB
/
pth_yadg.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
29
30
// ==UserScript==
// @id pth-yadg
// @name RED YADG
// @description This script provides integration with online description generator YADG (http://yadg.cc) - Credit to Slack06
// @license https://github.com/SavageCore/yadg-pth-userscript/blob/master/LICENSE
// @version 1.9.3
// @namespace yadg
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
// @require https://yadg.cc/static/js/jsandbox.min.js
// @include http*://*redacted.sh/upload.php*
// @include http*://*redacted.sh/requests.php*
// @include http*://*redacted.sh/torrents.php*
// @include http*://*orpheus.network/upload.php*
// @include http*://*orpheus.network/requests.php*
// @include http*://*orpheus.network/torrents.php*
// @include http*://*dicmusic.club/upload.php*
// @include http*://*dicmusic.club/requests.php*
// @include http*://*dicmusic.club/torrents.php*
// @include http*://*d3si.net/upload.php*
// @include http*://*d3si.net/requests.php*
// @include http*://*d3si.net/torrents.php*
// @include http*://*.deepbassnine.com/upload.php*
// @include http*://*.deepbassnine.com/requests.php*
// @include http*://*.deepbassnine.com/torrents.php*
// @updateURL https://github.com/SavageCore/yadg-pth-userscript/raw/master/pth_yadg.meta.js
// @downloadURL https://github.com/SavageCore/yadg-pth-userscript/raw/master/pth_yadg.user.js
// ==/UserScript==
/* eslint unicorn/no-empty-file: 0 */