Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Nick2bad4u/StravaAutoAuthorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQL Dependabot Updates Dependency Review pages-build-deployment Scorecard supply-chain security

RepoBeats

StravaAutoAuthorize

Auto authorizes Strava apps via GreaseMoney or Tampermonkey

// ==UserScript==
// @name         Strava-Auto-Authorize
// @namespace    nick2bad4u
// @description  Auto allows Strava apps without having to click "authorize" every single time.
// @author       Nick2bad4u
// @match        https://www.strava.com/oauth/authorize*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=strava.com
// @version      2.0
// @grant        none
// @homepage     https://github.com/Nick2bad4u/StravaAutoAuthorize
// @homepageURL  https://github.com/Nick2bad4u/StravaAutoAuthorize
// @supportURL   https://github.com/Nick2bad4u/StravaAutoAuthorize/issues
// @downloadURL  https://raw.githubusercontent.com/Nick2bad4u/StravaAutoAuthorize/main/StravaAutoAuthorize.js
// @license CC-BY-SA-3.0; http://creativecommons.org/licenses/by-sa/3.0/
// @license MIT
// ==/UserScript==

setTimeout(function() {
    document.getElementsByClassName("btn")[0].click();
}, 1000)

About

Auto authorizes Strava apps via GreaseMoney or Tampermonkey

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •