GithubHelp home page GithubHelp logo

regaddi / futwebapp-tampermonkey Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mardaneus86/futwebapp-tampermonkey

0.0 1.0 0.0 974 KB

TamperMonkey scripts to enhance the FUT 19 Web App

License: MIT License

JavaScript 87.54% CSS 3.34% HTML 9.12%

futwebapp-tampermonkey's Introduction

FUT Web App - TamperMonkey scripts

Join the chat at https://gitter.im/futwebapp-tampermonkey/Lobby

FIFA 19's companion app for FIFA Ultimate Team, the FUT 19 Web App, is a website that let's you trade and manage your team on the go.

This TamperMonkey script is meant to enhance the FUT 19 Web App experience. You can install the script following the instructions below. Afterwards you will get a settings button on the bottom right of the web app, where you can enable every feature by itself. The script provides a certain degree of customization possibilities.

⚠️ Using this script is at your own risk. EA might (temp-)ban you for automating parts of their Web App.

‼️ Do not request autobuyer features. Because they are considered to be cheating, it will not be added.

I started this project to learn about reverse engineering big Javascript codebases.

If you benefit from this project, you can buy me a beer 🍻 👍

paypal

FIFA 19 working features

  • Futbin integration
  • Find Min BIN
  • Relist expired auctions
  • Remove sold items
  • Refresh transfer list
  • Increase transfer list size
  • Download all players in club

Installation

Make sure you have user scripts enabled in your browser (these instructions refer to the latest versions of the browser):

Install scripts

Install the scripts via OpenUserJS (this script has not been uploaded to OpenUserJS yet). Or find the latest version and release notes at the releases page.

Feature requests

If you feel there are missing features, feel free to add a request to the issue list. Make sure to provide the necessary details, or even a mockup of what the feature would look like.

Issues

File a bug report in the issue list.

Developing

Clone this repository and execute:

npm install

To start the bundling process and linting process, execute:

npm start

Make sure to enable Allow access to file URLs in chrome://extensions/ for Tampermonkey, and add the following script snippet:

// ==UserScript==
// @name        FUT Enhancer
// @version     0.1
// @description
// @license     MIT
// @author      Tim Klingeleers
// @match       https://www.easports.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
// @require     file:///<path to repo>/dist/fut-enhancer.user.js
// @connect     ea.com
// @connect     maker.ifttt.com
// @connect     futbin.com
// ==/UserScript==

Remember to change the path after @require to the folder where you cloned the repository. It should point to the generated bundle.js in the dist folder.

Contribute

Add a feature request or bug to the issue list before doing a PR in order to discuss it before implementing a fix. Issues that are marked with the help wanted have priority if you want to help.

futwebapp-tampermonkey's People

Contributors

ajpiano avatar gitter-badger avatar jhuriez avatar kyderman avatar mardaneus86 avatar renard0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.