forked from ckalgos/FUT-Auto-Buyer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtampermonkey-header.js
24 lines (24 loc) · 920 Bytes
/
tampermonkey-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
module.exports = {
headers: {
name: "FUT Auto Buyer",
namespace: "http://tampermonkey.net/",
version: "1.2.0",
description: "FUT Auto Buyer",
author: "CK Algos",
match: [
"https://www.ea.com/*/fifa/ultimate-team/web-app/*",
"https://www.ea.com/fifa/ultimate-team/web-app/*",
],
grant: ["GM_xmlhttpRequest"],
connect: ["ea.com", "ea2.com", "futbin.com", "discordapp.com"],
require: [
"https://github.com/chithakumar13/fut-trade-enhancer/releases/latest/download/fut-trade-enhancer.user.js",
"https://raw.githubusercontent.com/discordjs/discord.js/webpack/discord.11.6.4.min.js",
],
updateURL:
"https://github.com/chithakumar13/fut-auto-buyer/releases/latest/download/fut-auto-buyer.user.js",
downloadURL:
"https://github.com/chithakumar13/fut-auto-buyer/releases/latest/download/fut-auto-buyer.user.js",
noFrame: true,
},
};