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/29d2631e3678676e0dcf12665774e206 to your computer and use it in GitHub Desktop.
Save dharmesh-hemaram/29d2631e3678676e0dcf12665774e206 to your computer and use it in GitHub Desktop.
Gran Blue Fantasy - quest

Gran Blue Fantasy - quest

How to use

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

Auto Clicker Auto Fill Extension


tags

#granbluefantasy #quest #autoclickerextension #autoclicker #autofill

{
"name": "granbluefantasy - quest",
"url": "http://game.granbluefantasy.jp/#quest",
"initWait": 0,
"startTime": "",
"enable": true,
"startType": "auto",
"loadType": "window",
"hotkey": "Ctrl + Shift + A",
"batch": {
"refresh": false,
"repeat": 0,
"repeatInterval": 0
},
"actions": [
{
"name": "",
"initWait": 0,
"elementFinder": "//div[@class=\"prt-quest-list\"]//div[@class=\"prt-button-cover\"]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"settings": {
"retry": 5,
"retryInterval": 0.5,
"retryOption": "skip"
}
},
{
"name": "",
"initWait": 0,
"elementFinder": "//div[@class=\"prt-supporter-attribute \"]/div[1]//div[@class=\"prt-button-cover\"]",
"value": "",
"repeat": 0,
"repeatInterval": 0,
"addon": {
"elementFinder": "",
"value": "",
"condition": "",
"valueExtractor": "",
"recheck": 0,
"recheckInterval": 0,
"recheckOption": "stop"
},
"focus": true
},
{
"name": "",
"initWait": 0,
"elementFinder": "//div[@class=\"btn-usual-ok se-quest-start\"]",
"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