forked from SteppoFF/ita-matrix-powertools
-
Notifications
You must be signed in to change notification settings - Fork 12
/
header.js
34 lines (32 loc) · 1.48 KB
/
header.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
// ==UserScript==
// @name ITA Matrix Powertools
// @namespace https://github.com/adamhwang/ita-matrix-powertools
// @description __DESCRIPTION__
// @version __VERSION__
// @icon https://raw.githubusercontent.com/adamhwang/ita-matrix-powertools/master/icons/icon32.png
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
// @grant GM.getValue
// @grant GM_setValue
// @grant GM.setValue
// @grant GM_setValue
// @include /https?://((new)|(old))?matrix\.itasoftware\.com/.*$/
// @updateURL https://greasyfork.org/scripts/395661-ita-matrix-powertools/code/ITA%20Matrix%20Powertools.meta.js
// @installURL https://greasyfork.org/scripts/395661-ita-matrix-powertools/code/ITA%20Matrix%20Powertools.user.js
// @downloadURL https://greasyfork.org/scripts/395661-ita-matrix-powertools/code/ITA%20Matrix%20Powertools.user.js
// @license GPL-2.0-only
// ==/UserScript==
/*
Written by paul21, Steppo & Adam Hwang (IAkH) of FlyerTalk.com
http://www.flyertalk.com/forum/members/paul21.html
Includes contriutions by https://github.com/adamhwang/ita-matrix-powertools/blob/master/AUTHORS
GNU General Public License v2.0
*/
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool:
// `npm run build`
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------