This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Strava Kudos Clicker Automation Script | |
| // Purpose: Automatically clicks "Give Kudos" buttons on your Strava feed | |
| // Features: | |
| // - Handles dynamic loading of buttons. | |
| // - Smoothly scrolls to each button before clicking. | |
| // - Timeouts between clicks and retries to avoid overloading the page. | |
| // - Maximum retry limit to prevent infinite loops. | |
| // How to Use in Browser's Developer Console: | |
| // 0. Head over to https://www.strava.com/dashboard (Make sure you're logged in) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {# █████████████████████████████████████████████████████████████████ #} | |
| {# █ @hoyhoy - 1/12/2024 █ #} | |
| {# █████████████████████████████████████████████████████████████████ #} | |
| {# █ Jinja2 Profile Example to Auto-generate Compiler Sanitizer █ #} | |
| {# █ Flags for a custom llvm build on MacOS and Linux █ #} | |
| {# █████████████████████████████████████████████████████████████████ #} | |
| {# ██████████████████████████████████████████████████████████████████ #} | |
| {# █ $CONAN_HOME/profiles/common/clang_local.j2 █ #} |