-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmeta.js
More file actions
25 lines (25 loc) · 1.4 KB
/
meta.js
File metadata and controls
25 lines (25 loc) · 1.4 KB
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
// ==UserScript==
// @name UnderCards script
// @description Various changes to undercards game
// @version {{ version }}
// @author feildmaster
// @run-at document-body
// @match https://*.undercards.net/*
// @match https://feildmaster.github.io/UnderScript/*
// @exclude https://*.undercards.net/*/*
// @require https://browser.sentry-cdn.com/7.73.0/bundle.tracing.replay.min.js
// @require https://unpkg.com/showdown@2.0.0/dist/showdown.min.js
// @require https://unpkg.com/popper.js@1.16.1/dist/umd/popper.min.js
// @require https://unpkg.com/tippy.js@4.3.5/umd/index.all.min.js
// @require https://unpkg.com/axios@0.21.4/dist/axios.min.js
// @require https://unpkg.com/luxon@1.28.0/build/global/luxon.min.js
// @require https://raw.githubusercontent.com/feildmaster/SimpleToast/2.0.0/simpletoast.js
// @homepage https://feildmaster.github.io/UnderScript/
// @source https://github.com/UCProjects/UnderScript
// @supportURL https://github.com/UCProjects/UnderScript/issues
// @updateURL https://github.com/UCProjects/UnderScript/releases/latest/download/undercards.meta.js
// @downloadURL https://github.com/UCProjects/UnderScript/releases/latest/download/undercards.user.js
// @namespace https://feildmaster.com/
// @icon https://www.google.com/s2/favicons?sz=64&domain=undercards.net
// @grant none
// ==/UserScript==