This repository contains user scripts to enhance the Crypto Hopper user experience.
User scripts have access to your browser window, they can manipulate elements on a financial site while you are logged in. Please read and understand what the code is doing before you run it!
You are responsible for the code you run on your own computer. By downloading and executing this script you take responsibility for anything it may do, so please read and understand the code before installing it.
- Install a userscript extension in your browser like TamperMonkey.
- Select a the user script you want from this repository (ex. ai-bulk-training.user.js).
- Read through the script and familiarize yourself with the code. Make sure you understand what it does before you install it!
- Click the "Raw" button and your browser extension should ask you to install it.
- Navigate to the Cryptohopper website and enjoy added functionality :)
- (optional) You can turn on auto-updates to the script or check back here for new versions.
The ai-bulk-training.user.js
script adds a dialog option to the AI training page where you can add a comma seperated list of coin pairs to train.
- Navigate to the AI training page. You will see a new button called "Bulk Learn", clicking this will open the dialog.
- Enter a comma seperated list of the coin pairs you want to train. Keep in mind this list cannot be greater than the available slots for training (50 - amount of coins currently in the queue)!
- Click OK and watch it go!
- (optional) You can see some diagnostic logs in the console (F12 or ctrl-i).