when download paper from arxiv.org, automate set the file name as the paper's title
< Feedback on arxiv titleAsPDFName
It works on my machine with Chrome. Could you try with Chrome to see if it works or not?
I tried the script again on two different machine using Chrome as browser, both of them don't work.
Chrome + IDM
Not working
Not working now on chrome
It seems the v0.5 not work now. I changed the fetch method of the url from //var url = document.getElementsByClassName("full-text")[0].getElementsByTagName('a')[0].href; to var url = loc[0].getElementsByTagName('li')[0].getElementsByTagName('a')[0].href;
It should work now, can you test and update this script?