jsirgo / segment-rivals-web-ext

Web extension to load and show in the segment tables who is the followed user with the best time in each segment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Segment Rivals

Web extension to load and show in Strava segment tables who is the followed user with the best time in each segment.

This extension doesn't work on users who aren't Strava Summit members

Build steps

Prerequisites: Node.js

Install dependencies

npm install

Build code

npm run build

Package extension

npm run package

Add extension to Firefox

Firefox don't allow to install an extension if it is not signed, but the extension can be added temporary through extensions debugging page: about:debugging#/runtime/this-firefox

Click on 'Load Temporary Add-on' and select packaged zip or manifest.json file on dist folder.

Add extension to Chrome

Once on chrome://extensions/ enable developer mode, reload the page and then drag and drop packaged zip to the page or click on 'Load unpacked' and select extension dist folder.

Usage

Once on the Starred Segments page or an Activity page, click the extension icon to load the followed user who is the leader of each segment.

extension icon

extension column

Move the mouse over the segment leader to see the ranking of followed users.

extension ranking

Disclaimer

This application is released "as-is", without any warrant, responsibility, liability or support.

All the information used in this extension is readily available in Strava website.

This application is not endorsed by Strava and the development hasn´t any relation with Strava Inc.

The term Strava is an exclusive trademark of, and owned by, Strava Inc.

About

Web extension to load and show in the segment tables who is the followed user with the best time in each segment.

License:GNU General Public License v3.0


Languages

Language:TypeScript 89.6%Language:CSS 5.2%Language:JavaScript 5.2%