Skip to content

Instantly share code, notes, and snippets.

View nakami's full-sized avatar

nakami nakami

  • Germany
View GitHub Profile
@nakami
nakami / Strava_Join_All_Challenges_button.js
Created December 3, 2021 22:37
Adds a button "Join All Challenges" to click all "Join Challenge" buttons
// ==UserScript==
// @name Strava "Join All Challenges" button
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adds a button "Join All Challenges" to click all "Join Challenge" buttons
// @author nakami
// @match https://www.strava.com/challenges*
// @icon https://d3nn82uaxijpm6.cloudfront.net/favicon-32x32.png?v=dLlWydWlG8
// @grant none
// @run-at document-idle
@nakami
nakami / paybackhelper.js
Created January 28, 2022 16:27
Adds a button to the Payback website to activate all coupons
// ==UserScript==
// @name Activate All Payback Coupons
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Activating all Coupons on Payback.de with one click
// @author nakami
// @copyright 2022 nakami
// @license GNU General Public License v2.0
// @include http*://www.payback.de/coupons*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js