Skip to content

Instantly share code, notes, and snippets.

View khassel's full-sized avatar

Karsten Hassel khassel

  • Frankfurt am Main, Germany
View GitHub Profile
@ArneS
ArneS / Automatic kudos to Strava feed bookmarklet.js
Last active November 20, 2025 16:48
Bookmarklet for automatically giving kudos to all events in your Strava feed
const maxButtons = 100; // Its weird going too far back
let delay = 50; // ms delay between clicks
var buttonsToBeClicked = 0;
const poppy = function() {
const popup = document.createElement("div");
popup.innerHTML = `
<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center;">
<div style="background: white; padding: 20px; border-radius: 5px; text-align: center;">
<h2 style="margin: 0 0 10px;">The Kudoz Machina</h2>