Skip to content

A Tampermonkey script that injects some links into the daily stat pages to be able to move daily stats to a spreadsheet.

License

Notifications You must be signed in to change notification settings

duracelltomi/buzzsprout-daily-stats-tampermonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Access daily stats on Buzzsproud - A Tampermonkey script

This is a Tampermonkey script that injects 3 links into the daily stat pages on Buzzsproud:

  • Previous day: clicking on it will load the stats of the previous day
  • Next day: clicking on it will load the stats of the next day
  • Copy to clipboard as CSV: parses the currently visible stat table and copies the content to your clipboard using CSV formatting

This allows you to paste the content into any spreadsheet application. CSV will use semicolon as column separator so that comma in episode titles do not mess things when converting the CSV data into real columns in your spreadsheet app.

Installation

  1. Download and install Tampermonkey into your favorite browser: https://www.tampermonkey.net/
  2. Download buzzsprout-daily-stats-tampermonkey.js from this repository
  3. Open Tampermonkey in your browser and click on "Create a new script"
  4. Paste the content of buzzsprout-daily-stats-tampermonkey.js into the editor and save

Issues

Please open a ticket in this repository to report any issues. I cannot guaranty that I can respond fast but I will do my best to reply as soon as possible.

About

A Tampermonkey script that injects some links into the daily stat pages to be able to move daily stats to a spreadsheet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published