Auto Claim is a user script that allows the user to claim from a list of faucet based on schedules.
It was tested using Tampermonkey, but we'd appreciate feedback on how it performs using other extensions.
We don't have a tutorial/documentation/how-to yet, and our original discord server with +1200 users was disabled. We are searching for a less centralized alternative right now.
To run this user script, you'll need an extension like Tampermonkey.
You can install the latest working version of the auto claim HERE.
- Original script is in the process of been divided in multiple js files for easier maintenance and refactor
- Using a custom 'builder.js' to generate the final .user.js output file
- We are not following any standard yet, just injecting the code through placeholders
- Add auto versioning
- Integrate fbase library project
- Refactor to follow CommonJS or ES Modules standards
- Pick a builder that provides an easy-to-read output and does not generate useless extra lines of code
- Documentation/Tutorial/Howto
- Optimize schedules
- Move site-specific configurations to each site
- Add CRUD for custom sites/scripts
- Deploy fbase integration for external scripts
- Add Show/Hide sites functionality
- Implement a site status checker (like shields.io)