QUOTE(fireattack @ Jul 27 2019, 01:48)

Edit:
I think it's caused by earlier on in your code,
'×tamp='
Is it supposed to be "×" (U+00D7, a non-ascii character)?
QUOTE(fireattack @ Jul 27 2019, 02:06)

Ok, it looks like "& times" (no space) got converted to × here.
Maybe a good time to consider host the code to somewhere more dedicated like gist.github or pastebin (IMG:[
invalid]
style_emoticons/default/biggrin.gif)
QUOTE(Elemhunter @ Jul 27 2019, 04:50)

The latest script seems to get stuck on Loading if a gallery has a torrent. I checked the gallery and it didn't spend GP, so it seems like fetching the torrent itself is causing it to get stuck. fireattack's correction fixed it. Otherwise, thanks for this, very useful.
I agree on a Github to more easily follow updates. Also, you should implement a wait between downloads so it doesn't trigger Ex's temporary IP ban for excessive pageloads.
QUOTE(AmageddonX @ Jul 27 2019, 09:19)

Been getting this error on console.
Any idea what this means?
QUOTE(MapleSyrup @ Jul 27 2019, 13:56)

Here's another error to figure out. I've been fighting all night to get this script to download more than a single gallery before shitting the bed and I'm tired.
Uncaught TypeError: Cannot read property '1' of null
at catchTorrentList (userscript.html?id=510b3a3d-7b57-4ced-a310-a27f1921d9b5:414)
at Window.addDownloadShortcuts (userscript.html?id=510b3a3d-7b57-4ced-a310-a27f1921d9b5:469)
at <anonymous>:2:494
at c.<computed> (eval at exec_fn (favorites.php:1), <anonymous>:55:182)
at <anonymous>:2:494
at b (<anonymous>:1:414)
at <anonymous>:2:494
at ka (eval at exec_fn (favorites.php:1), <anonymous>:55:208)
at l (eval at exec_fn (favorites.php:1), <anonymous>:53:60)
It also gets hung up on any gallery that 404s. It'll just keep trying to download it over and over in vain instead of moving on to the next one.
It also gets hung up on any gallery that 404s. It'll just keep trying to download it over and over in vain instead of moving on to the next one.
Yes, it is the the forum's autocorrect that changed the code. I do not know why "& times" is a particular problem, when other phrases like "&timer" are not. I will move it to Github, like I have always wanted, since I have time now. You guys did not see it, but yesterday was a panic and I did not have time to say anything at first, so I just put the code up here, which at least contained some descriptions at that time.
QUOTE(xcaliber9999 @ Jul 27 2019, 01:07)

Alright got it working on chrome thankfully. But it keeps missing 4-5 galleries on each page (why ?) have to download them manually.
Is there any fix for that (rest is working excellent)
@rraven314 really grateful to you kind Sir god bless (IMG:[
invalid]
style_emoticons/default/smile.gif)
I need more descriptions. Do the individual download buttons say "done", but the corresponding galleries did not actually get downloaded? Are these missing downloads torrents or archives?
QUOTE(HarAnime @ Jul 27 2019, 02:51)

I cannot access to most of the galleries I have in my favs even though I can see the thumbnail, they all say "has been removed or is unavailable". Does this mean they're gone for good?
Most likely.
QUOTE(Somebro @ Jul 27 2019, 07:31)

One other minor suggestion if you feel like it: an option (could just be commented out) to rate any downloaded galleries and skip any rated ones as a sort of ghetto "permanent download indicator". Won't work for everyone, but I've been using "just give it 4 stars" as a way to note to myself what I've already saved. Not like ratings matter much anymore (well, not that they have ever mattered that much).
I cannot add this, because:
1. This is not safe. Because ratings probably apply to gallery chains, updated galleries will keep this permanent download indicator and the script would then skip them. Therefore you will miss all updated galleries. Adding them to favorites will not work either.
2. This is misuse. It is not how the ratings are supposed to be used so, having manned this help desk subforum for two or three years, I would avoid this and try not to make the ratings more inaccurate.
QUOTE(killi890 @ Jul 27 2019, 11:23)

Seems like something goes really wrong.
German, but should still make sense. Loading of a script with the source of that link fails. Not sure why that adserver link would get mentioned in the first place.
edit: This might've been a noscript thing, but the error still happens.
Is this a greasemonkey issue? Honestly, the console gets spammed the entire time with issues, even after closing the tab with the favorites, only being in this forum.
I do not think it is my script.
QUOTE(MapleSyrup @ Jul 27 2019, 13:56)

It also gets hung up on any gallery that 404s. It'll just keep trying to download it over and over in vain instead of moving on to the next one.
Does it show failed? I cannot easily test this, but it is probably because I have made some unusual edits to the code and put it in ignore-failure mode so that it is quicker to retry these galleries. As I stated in the first post, this is intentional at the moment.