JaiWWW / JPDB-Export

Adds a button to export deck contents, plus some other minor changes (see readme for full details)
GNU General Public License v3.0
5 stars 2 forks source link

JPDB-Export version 1.1.4 #4

Closed JaiWWW closed 2 years ago

JaiWWW commented 2 years ago

Changelog:

  1. Removed FileSaver.js from @require and pasted it below
  2. Replaced progress test with working URL test to enable opening decks in another tab while an export is in progress

    You should even be able to open the same deck in another tab but there is a very small chance to break it (avoidable)

  3. Added a test to prevent multiple exports being attempted simultaneously (which would currently break the script)
  4. Added debug and superdebug modes
  5. Tweaked the match URL so the script doesn't run on the deck list page
  6. Moved the working URL test above the page tweaks to save a bit of time and energy