Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
2014-06-11 23:27:07 +02:00
2014-10-31 23:40:01 +01:00
2014-06-11 23:27:07 +02:00
2014-06-11 23:27:07 +02:00
2014-06-11 23:27:07 +02:00
2014-06-11 23:27:53 +02:00
2014-06-11 23:27:07 +02:00

RT Silver

This is a Chrome extension which enables a few Gold features on a well-known sports tracking site.

This is done solely by messing around with their DOM and JavaScript variables. No illegal things are done.

Compilation

To compile this extension, make sure you have installed the CoffeeScript compiler.

Then just run:

make

It will compile everything and the final extension ends up in the build/ directory.

Installation

To install the extension into your Chrome or Chromium browser, go to MenuToolsExtensions, enable Developer Mode and load the build/ directory using the Load unpacked extension… button.

Distribution

If you want to create a Chrome Extension .crx package, just run:

make crx

It will generate an RSA key if needed and compile everything into a rtsilver.crx. That file can then be distributed.

Description
A Chrome extension which enabled a few Gold features on the RunTastic sports tracking site.
Readme 796 KiB
Languages
CoffeeScript 80.2%
Makefile 17.7%
HTML 2.1%