📄 docs: Add readmes
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Userscripts
|
||||
|
||||
Collection of personal browser userscripts.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Torn Training Tracker](Torn%20Training%20Tracker/README.md)
|
||||
|
||||
## Script Index
|
||||
|
||||
| Script | Folder | File | Script README | Description |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| Torn Training Tracker | [Torn Training Tracker](Torn%20Training%20Tracker/) | [torn-training-tracker.js](Torn%20Training%20Tracker/torn-training-tracker.js) | [README](Torn%20Training%20Tracker/README.md) | Floating tracker panel for Torn gym training progress, including target tracking and ETA estimates. |
|
||||
|
||||
## Scripts
|
||||
|
||||
### Torn Training Tracker
|
||||
|
||||
- Folder: [Torn Training Tracker](Torn%20Training%20Tracker/)
|
||||
- Script: [torn-training-tracker.js](Torn%20Training%20Tracker/torn-training-tracker.js)
|
||||
- Script README: [Torn Training Tracker README](Torn%20Training%20Tracker/README.md)
|
||||
|
||||
Floating tracker panel for Torn gym training progress, including target tracking and ETA estimates.
|
||||
|
||||
## New Script Template
|
||||
|
||||
When you add a new userscript, update both sections below:
|
||||
|
||||
1. `Table of Contents` (add a link to the new script README).
|
||||
2. `Script Index` (add one table row).
|
||||
|
||||
Copy this row template into `Script Index` and replace placeholders:
|
||||
|
||||
```md
|
||||
| <Script Name> | [<Folder Name>](<Folder%20Name>/) | [<script-file.js>](<Folder%20Name>/<script-file.js>) | [README](<Folder%20Name>/README.md) | <Short one-line description> |
|
||||
```
|
||||
Reference in New Issue
Block a user