I'm glad it's useful to someone besides me, and yes there's probably some easier way to do it but this is what came to mind first.
Again, using it should be relatively easy: Install Python 3 (make sure to enable "Add python.exe to search path"), execute "pip install selenium" on the command-line and then run the script with "python path-to-script.py path-to-urls.txt". A Firefox instance should open and automatically navigate to the fanfiction.net login page, prompting you to login. Afterwards simply press enter when the command-prompt is focused and it should start doing its thing while you can just minimize both, the Firefox instance and the command-prompt.
|