diff --git a/confighelper.html b/confighelper.html index 367febe..abe3ae6 100644 --- a/confighelper.html +++ b/confighelper.html @@ -1,54 +1,111 @@ - - CapsuleFarmerEvolved config helper - - + + Capsule Farmer Evolved + + + + - -

CapsuleFarmerEvolved config helper

-

Use this to generate your config file.
The account name will only be visible in the software.
The username and password are the ones you use to log into lolesports.com
Your login information, or any other data are not sent to us, the internet, or any third party outside of your personal computer.
(Open sourced on github: click here)
When you're done with adding accounts, copy the config below and paste it into config.yaml
Alternatively, you can use the Download button under the config to download it.
For any issues open a ticket in the help channel.
- Six#9552

- -
- -
- - - + +
+

Capsule Farmer Evolved
Config Generator

+
+

Informations

+

- The account name will only be visible in the software.

+

- The username and password are the ones you use to login to lolesports.com.

+

- Your account is secure safe icon + Your login information, or any other data are not sent to us, the internet, or any third party outside of your personal computer.

+

- Open source on github

+

- When you're done with adding accounts, copy the config below and paste it into config.yaml

+

- Alternatively, you can use the + Download Button under the config to download it.

+

- For any issues open a ticket + in the help channel. - Six#9552

+
+
+
+
+

Settings

+
+ + +
+
+ + +
+
+ + +
+ +
+
+

Your config:

+
accounts:
+ +
+
+

Powered by League of Poro

+
+ youtube + twitter + twitch + github + discord +
+
+
+ css powered by vitor +
-

Your config:

- accounts: - - - - + hiddenElement.href = "data:attachment/text," + encodeURI(toDownload); + hiddenElement.target = "_blank"; + hiddenElement.download = "config.yaml"; + hiddenElement.click(); + } + + document.getElementById("test").addEventListener("click", download); + +