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.
- Select your exchange.
- 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.
- Click OK and watch it go!
- (optional) You can see some diagnostic logs in the console (F12 or ctrl-i).
The export-coin-list.user.js
script adds an export action for the allowed coin list to the hopper configuration page. This export will be in the correct format to use directly in the bulk training dialog.
- Navigate to the hopper configuration page.
- Click the Actions dropdown.
- You will see a new action called "Copy coinlist", clicking this will copy the selected coins list to the clipboard.
The ai-show-all-markets.user.js
script adds an option to show all hidden markets in the AI results page.