forked from Mardaneus86/futwebapp-tampermonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tampermonkey-headers.js
22 lines (22 loc) · 1.02 KB
/
tampermonkey-headers.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// ==UserScript==
// @name FUT Enhancer
// @version VERSION
// @description Enhances the FIFA Ultimate Team 21 Web app. Includes Futbin integration and other useful tools
// @license MIT
// @author Tim Klingeleers
// @match https://www.ea.com/fifa/ultimate-team/web-app/*
// @match https://www.easports.com/*/fifa/ultimate-team/web-app/*
// @match https://www.ea.com/*/fifa/ultimate-team/web-app/*
// @namespace https://github.com/Mardaneus86
// @supportURL https://github.com/Mardaneus86/futwebapp-tampermonkey/issues
// @grant GM_notification
// @grant GM_xmlhttpRequest
// @grant GM_getValue
// @grant GM_setValue
// @grant window.focus
// @connect ea.com
// @connect futbin.com
// @connect google-analytics.com
// @updateURL https://github.com/Mardaneus86/futwebapp-tampermonkey-web/raw/master/downloads/FUT_Enhancer.meta.js
// @downloadURL https://github.com/Mardaneus86/futwebapp-tampermonkey-web/raw/master/downloads/FUT_Enhancer.user.js
// ==/UserScript==