-
Notifications
You must be signed in to change notification settings - Fork 2
/
tampermonkey-header.js
35 lines (35 loc) · 1.16 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
module.exports = {
headers: {
name: "FUT Auto Buyer",
namespace: "http://tampermonkey.net/",
version: "1.0.0",
description: "FUT Auto Buyer",
author: "DevFRpyjs",
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",
"futwiz.com",
"discordapp.com",
"futbin.org",
"exp.host",
"on.aws",
],
require: [
"https://code.jquery.com/jquery-3.6.1.min.js",
"https://raw.githubusercontent.com/DevFRpyjs/FUT-Auto-Buyer/main/external/discord.11.4.2.min.js",
"https://greasyfork.org/scripts/47911-font-awesome-all-js/code/Font-awesome%20AllJs.js?version=275337",
"https://github.com/DevFRpyjs/fut-trade-enhancer/releases/latest/download/fut-trade-enhancer.user.js",
],
updateURL:
"https://github.com/DevFRpyjs/fut-auto-buyer/releases/latest/download/fut-auto-buyer.user.js",
downloadURL:
"https://github.com/DevFRpyjs/fut-auto-buyer/releases/latest/download/fut-auto-buyer.user.js",
noFrame: true,
},
};