-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtampermonkey-header.js
More file actions
32 lines (32 loc) · 981 Bytes
/
tampermonkey-header.js
File metadata and controls
32 lines (32 loc) · 981 Bytes
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
module.exports = {
headers: {
name: "MagicBuyer-UT",
namespace: "http://tampermonkey.net/",
version: "2.0.0",
description: "UT Auto Buyer - French version",
author: "AMINE1921",
match: [
"https://www.ea.com/*/ea-sports-fc/ultimate-team/web-app/*",
"https://www.ea.com/ea-sports-fc/ultimate-team/web-app/*",
],
grant: ["GM_xmlhttpRequest"],
connect: [
"ea.com",
"ea2.com",
"futbin.com",
"futwiz.com",
"discordapp.com",
"futbin.org",
"exp.host",
],
require: [
"https://code.jquery.com/jquery-3.6.1.min.js",
"https://github.com/AMINE1921/MagicBuyer-UT/releases/latest/download/fut-trade-enhancer.user.js",
],
updateURL:
"https://github.com/AMINE1921/MagicBuyer-UT/releases/latest/download/fut-auto-buyer.user.js",
downloadURL:
"https://github.com/AMINE1921/MagicBuyer-UT/releases/latest/download/fut-auto-buyer.user.js",
noFrame: true,
},
};