-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.meta.js
19 lines (19 loc) · 1.01 KB
/
bundle.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name DiamondHunt Mobile Potion Checker
// @namespace org.alorel.diamondhunt-mobile-potion-checker
// @version 1.0.2
// @description Checks if you have missing potions
// @author Alorel
// @include http*://diamondhunt.app*
// @grant unsafeWindow
// @grant GM_getValue
// @grant GM_setValue
// @run-at document-start
// @icon https://diamondhunt.app/images/brewingSkill.png
// @homepage https://github.com/AlorelUserscripts/dhm--check-missing-potions
// @require https://cdn.jsdelivr.net/npm/lodash@4.17.15/lodash.min.js
// @require https://cdn.jsdelivr.net/npm/rxjs@6.5.3/bundles/rxjs.umd.min.js
// @require https://cdn.jsdelivr.net/npm/@aloreljs/rxutils@1.1.0/_bundle/umd.min.js
// @updateURL https://raw.githubusercontent.com/AlorelUserscripts/dhm--check-missing-potions/master/bundle.meta.js
// @downloadURL https://raw.githubusercontent.com/AlorelUserscripts/dhm--check-missing-potions/master/bundle.user.js
// ==/UserScript==