Skip to content

Instantly share code, notes, and snippets.

@dharmesh-hemaram
Last active March 21, 2023 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmesh-hemaram/848f5dd62925421a72f297ff0a3a7661 to your computer and use it in GitHub Desktop.
Save dharmesh-hemaram/848f5dd62925421a72f297ff0a3a7661 to your computer and use it in GitHub Desktop.
Coin to Fish

Coin to Fish

This script is used to buy product with lowest amount and keep refreshing page if the product amount is more

How to use

  • Download configuration.json below
  • Import into below extension
  • Refresh Page

Auto Clicker Auto Fill Extension


tags

#cointofish #autoclickerextension #autoclicker #autofill

{
"name": "cointofish",
"url": "https://cointofish.io/market",
"initWait": 0,
"startTime": "",
"enable": true,
"startType": "auto",
"loadType": "window",
"hotkey": "Ctrl + Shift + A",
"batch": {
"refresh": false,
"repeat": -2,
"repeatInterval": 2
},
"actions": [
{
"name": "",
"initWait": 0,
"elementFinder": "//*[@id=\"resultmarket\"]/div[1]//div[contains(@class,\"pricefish\")]",
"value": "MouseEvents::click",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "//*[@id=\"resultmarket\"]/div[1]//div[contains(@class,\"pricefish\")]",
"condition": "LessThan",
"value": "3",
"valueExtractor": "\\d+",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "skip"
}
},
{
"name": "",
"initWait": 0,
"elementFinder": "//*[@id=\"searchmarketb\"]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"focus": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment