-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmeta.js
More file actions
23 lines (23 loc) · 1.18 KB
/
meta.js
File metadata and controls
23 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ==UserScript==
// @name UnderCards script
// @description Various changes to undercards game
// @version {{ version }}
// @author feildmaster
// @run-at document-start
// @match https://*.undercards.net/*
// @match https://feildmaster.github.io/UnderScript/*
// @exclude https://*.undercards.net/*/*
// @require https://unpkg.com/showdown@1.9.0/dist/showdown.min.js
// @require https://unpkg.com/tippy.js@3.3.0/dist/tippy.all.min.js
// @require https://unpkg.com/axios@0.18.0/dist/axios.min.js
// @require https://raw.githubusercontent.com/feildmaster/SimpleToast/2.0.0/simpletoast.js
// @require https://unpkg.com/luxon@1.8.2/build/global/luxon.min.js
// @require https://www.googletagmanager.com/gtag/js?id=UA-38424623-4
// @homepage https://feildmaster.github.io/UnderScript/
// @source https://github.com/feildmaster/UnderScript
// @supportURL https://github.com/feildmaster/UnderScript/issues
// @updateURL https://unpkg.com/underscript/dist/undercards.meta.js
// @downloadURL https://unpkg.com/underscript/dist/undercards.user.js
// @namespace https://feildmaster.com/
// @grant none
// ==/UserScript==