Welcome Guest ( Log In | Register )

8 Pages V « < 2 3 4 5 6 > »   
Reply to this topicStart new topic
> Mayriad's EH Download Shortcuts, Replaced by Mayriad's EH Master Script

 
post Jul 27 2019, 09:19
Post #61
fireattack



Newcomer
*
Group: Members
Posts: 28
Joined: 22-September 10
Level 73 (Champion)


QUOTE(titswifter @ Jul 27 2019, 08:34) *

So line 84 is this?
CODE
            '& times=' + timestamp : '');




No, it's

CODE
            '& timestamp=' + timestamp : '');


(remove space after &).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 09:19
Post #62
AmageddonX



Newcomer
*
Group: Members
Posts: 23
Joined: 7-January 10
Level 204 (Lord)


Been getting this error on console.

QUOTE
TypeError: window.location.href.match(...) is null[Learn More] EH_Gallery_Download_Shortcuts_(Emergency_Release).user.js:408:34


Any idea what this means?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 11:23
Post #63
killi890



Casual Poster
****
Group: Members
Posts: 446
Joined: 19-May 11
Level 460 (Dovahkiin)


Seems like something goes really wrong.


QUOTE
Laden fehlgeschlagen für das <script> mit der Quelle "https://adserver.juicyads.com/js/jads.js". dbcc9829ea:21:1
Laden fehlgeschlagen für das <script> mit der Quelle "https://adserver.juicyads.com/js/jads.js". 2 dbcc9829ea:37:1
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.removeSheetUsingURIString]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/ExtensionCommon.jsm :: runSafeSyncWithoutClone :: line 65" data: no] ExtensionCommon.jsm:65:12
Laden fehlgeschlagen für das <script> mit der Quelle "https://adserver.juicyads.com/js/jads.js". dbcc9829ea:21:1
Laden fehlgeschlagen für das <script> mit der Quelle "https://adserver.juicyads.com/js/jads.js". 2 dbcc9829ea:37:1


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.

QUOTE
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.removeSheetUsingURIString]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/ExtensionCommon.jsm :: runSafeSyncWithoutClone :: line 65" data: no] 10 ExtensionCommon.jsm:65:12
Promise rejected after context unloaded: Promised response from onMessage listener went out of scope
30 toolbarContentscript.js:7
<anonym> moz-extension://d344bc30-332d-4be4-8bab-00d918d28d31/contentscripts/toolbarContentscript.js:7
Error: Promised response from onMessage listener went out of scope 10 ExtensionMessagingService.js:89:34


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.

This post has been edited by killi890: Jul 27 2019, 11:41
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 13:56
Post #64
MapleSyrup



Lurker
Group: Lurkers
Posts: 3
Joined: 28-October 09
Level 28 (Apprentice)


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.

[/quote]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)[quote]

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.

This post has been edited by MapleSyrup: Jul 27 2019, 13:58
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 14:41
Post #65
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 15:12
Post #66
jacoban



Lurker
Group: Lurkers
Posts: 1
Joined: 9-August 14
Level 121 (Ascended)



Most of us are desperately trying to save our favorites through fair means or foul.

I saw anons talking about mods giving out free credits for this specific purpose.
If this is true, why not remove the cost entirely? And please let me download what's left of my favorites - I can't afford to save everything.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 15:23
Post #67
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


Giving unrestrained downloading to our entire userbase without discretion would melt the servers.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 15:27
Post #68
Jram



Regular Poster
*****
Group: Members
Posts: 562
Joined: 5-December 11
Level 484 (Godslayer)


QUOTE(Elemhunter @ Jul 26 2019, 22: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.


I second this delay between downloads as I just hit the temporary IP ban as well.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 15:50
Post #69
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


QUOTE(Elemhunter @ Jul 27 2019, 04:50) *
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(Jram @ Jul 27 2019, 15:27) *
I second this delay between downloads as I just hit the temporary IP ban as well.

Did you guys spam the batch download button too fast or increased the batch size? I mentioned in the descriptions that spamming it can get you banned. Also, are you sure you are not using shared IPs in general? I think a cooldown between batch downloads is generally not necessary and would be very annoying for users who use it more reasonably.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 15:55
Post #70
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


Plus there is no hurry now. Just earn your money and download normally. The exchange rates are bad for credit and hath, though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 16:18
Post #71
pipaxing2013



Newcomer
*
Group: Recruits
Posts: 14
Joined: 10-February 16


QUOTE(Maximum_Joe @ Jul 27 2019, 21:23) *

Giving unrestrained downloading to our entire userbase without discretion would melt the servers.

What about having e-hentai galleries hidden from searching but unlocked on e-hentai, with all the credit restrictions remaining, so that they can be archived slowly but steadily by everyone in the next one more years to come.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 18:37
Post #72
defianceeee



Lurker
Group: Lurkers
Posts: 3
Joined: 18-April 15


Hi guys. I have links, but how can I find out from them the name of the gallery?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 18:38
Post #73
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


Paste the links.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 18:55
Post #74
Marien



-
*********
Group: Members
Posts: 6,810
Joined: 13-January 09
Level 94 (Lord)


Here's a thought. Perhaps our less fortunate users can make a list of titles for the galleries they want and us filthy rich monopoly money carriers can make batch downloads of them on hosts like mega, sendspace or google drive.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 19:14
Post #75
Nayas



( 。∀ ゚)
*****
Group: Members
Posts: 700
Joined: 6-February 11
Level 435 (Godslayer)


Yesterday I saw some kind soul just making bounties with free credits for anyone who was fast enough.

People have been requesting stuff on forum here and in 4chan thread and most have been filled. There is a requests subforum here, which should be more appropriate for this.
As more people will finish with their own favs, more will be willing to fill others' requests.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 19:27
Post #76
defianceeee



Lurker
Group: Lurkers
Posts: 3
Joined: 18-April 15


Hi guys. I have links, but how can I find out from them the name of the gallery?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 19:46
Post #77
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


QUOTE(Maximum_Joe @ Jul 27 2019, 12:38) *

Paste the links.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 19:51
Post #78
DGze



Headphone Fetishist | Luna's Bride
*******
Group: Catgirl Camarilla
Posts: 1,043
Joined: 12-February 12
Level 358 (Godslayer)


QUOTE(Marien @ Jul 27 2019, 12:55) *

Here's a thought. Perhaps our less fortunate users can make a list of titles for the galleries they want and us filthy rich monopoly money carriers can make batch downloads of them on hosts like mega, sendspace or google drive.


I pray for your private message inbox. (IMG:[invalid] style_emoticons/default/rolleyes.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 20:03
Post #79
Marien



-
*********
Group: Members
Posts: 6,810
Joined: 13-January 09
Level 94 (Lord)


QUOTE(DGze @ Jul 27 2019, 12:51) *

I pray for your private message inbox. (IMG:[invalid] style_emoticons/default/rolleyes.gif)

Yeeeah, nah. If they wanna spam requests for fap stamps they can do it in this thread, where multiple people will see it. Welfare works better that way.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 27 2019, 20:04
Post #80
Mags_



Reclaimer of my name
***********
Group: Gold Star Club
Posts: 13,691
Joined: 14-March 11
Level 500 (Ponyslayer)


QUOTE(DGze @ Jul 28 2019, 03:51) *

I pray for your private message inbox. (IMG:[invalid] style_emoticons/default/rolleyes.gif)

I lost hard.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


8 Pages V « < 2 3 4 5 6 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 12th June 2025 - 12:42