Skip to content

Instantly share code, notes, and snippets.

@jofftiquez
jofftiquez / strava-kudos-script.js
Last active September 22, 2025 16:55
Automatic kudos script for Strava web
// 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)
@hoyhoy
hoyhoy / default.j2
Last active July 15, 2025 11:24
Compiler Address Sanitizer, Memory Sanitizer, Thread Sanitizer and Ccache Using Jinja2-enabled profiles with Conan 2.0.
{# █████████████████████████████████████████████████████████████████ #}
{# █ @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 █ #}