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

Export Failure JPDB Export #9

Closed kanjiTreeGirl closed 1 year ago

kanjiTreeGirl commented 1 year ago

I tried to export a jpdb deck but my connection failed halfway through, and I had to reload the page. I tried to export it again and was immediately told that there is an export in progress and that multiple arent allowed.

JaiWWW commented 1 year ago

Hi kanjiTreeGirl, sorry for the inconvenience and for taking a while to reply! It should be possible to fix this by pasting the following line of code at the top of the script (below line 17 to be safe): GM_setValue('workingURL', '') Then run the script by opening a new window and going to a deck (or refreshing a page with a deck open). After this you'll need to remove the line and run the script once again, otherwise it won't be able to export multi-page decks.

I'll fix this next time I update the script, thanks for the report!

JaiWWW commented 1 year ago

Please feel free to reopen the issue if it doesn't work!