Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.44 KB

Bierdopje missing shows helper

A very small userscript written for Xandecs that makes parsing through the requests for new shows manageable on Bierdopje.

The script is only active in the missing shows in bd / available in tvdb thread.

There it will:

  1. Look for comments with a TvDbId
  2. Check Using the Bierdopje API whether or not the show is really missing on Bierdopje.
  3. Show it's findings in a nice table.

Example: Example

To install you'll need a browser extension:

Afterwards you can install the script BdMissingShowsHelper.user.js

This project utilizes:

The code is still a mess. I hope to improve it in the near future.

I'd also like to replace the horrible jQuery+Handlebars code with Vue.js