Welcome Guest ( Log In | Register )

12 Pages V « < 8 9 10 11 12 >  
Reply to this topicStart new topic
> Mayriad's EH Master Script, Adds Dozens of Features to E-Hentai - Latest Release: v2.2.2 on 20 November 2022

 
post May 17 2023, 13:44
Post #181
Gottwald



Lurker
Group: Lurkers
Posts: 1
Joined: 15-October 13
Level 12 (Novice)


Is there any way to sort favorites by artist or alphabetically?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 23 2023, 23:42
Post #182
Mayriad



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


Thanks for the kind messages and sorry for the very late reply, guys. As my custom forum title says, I have been super busy and as a moderator I don't want to prioritise my own thread when there is nothing urgent.

QUOTE(WillHammer @ Mar 18 2023, 19:56) *
I've enjoyed your script immensely, especially your genius alternative rating system.
Would it be possible to have said rating show up in search result list and popular galleries page instead of just inside the galleries?
If your script can only get the needed data from inside the galleries, could there be an optional toggle that has the script fetch said data from all the gallery links listed in the page?

It is possible using the EH API to fetch data for all galleries on a page at once, but it will require significant work and I don't have the time these days.

QUOTE(serveral @ Mar 23 2023, 15:36) *
Starting today, for some reason whenever the script is enabled, after a couple of seconds browsing the site my IP gets banned (blank page returned). This only seems to happen in Firefox using Tampermonkey (haven't tried other userscript managers yet) because on Opera (using Tampermonkey there too) everything seems to be fine.

It does not sound like a problem caused by the script, and an IP ban does not give a blank page. You should check the wiki article on blank page. It probably has something to do with your Firefox browser judging by what you said.

QUOTE(32Eff @ Mar 25 2023, 03:57) *
Specifically, I would like to request that an option be added to the Download Page(s) function, which would allow the user to collect all the archive download links into a txt file (with one link per line). This would enable users to download archives with other tools. And of course using GM.download will not be executed.

My network/proxy is sometimes bad and Firefox built-in download manager is usually unable to restart download when falied, which have trouble me for a long time. So I have to using an alternative download manager such as IDM may improve my experience.

It is possible, but it actually also requires significant work and is not feasible at the moment. However, I think another user got it to work with IDM by editing the code slightly, so maybe you can copy him or ask him for further details.

QUOTE(Gottwald @ May 17 2023, 11:44) *
Is there any way to sort favorites by artist or alphabetically?

There is no real way to do that with a userscript.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 11 2023, 14:28
Post #183
aklfhl



Casual Poster
***
Group: Members
Posts: 191
Joined: 8-February 14
Level 332 (Godslayer)


Thank you for your amazing work!
I've been using this for a while, but recently I noticed there is a minor bug.

querySelector() will return null if there are no matches, so the check [github.com] here should be
CODE
newMessagesButton !== null
instead.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 10 2023, 23:03
Post #184
-terry-



Veteran Poster
********
Group: Gold Star Club
Posts: 2,546
Joined: 9-August 19
Level 500 (Ponyslayer)


torrent downloads are broken
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 13 2023, 08:27
Post #185
Kepri



Lurker
Group: Gold Star Club
Posts: 6
Joined: 28-March 10
Level 374 (Godslayer)


QUOTE(-terry- @ Sep 10 2023, 23:03) *

torrent downloads are broken


I hope this can be fixed. The 'download page' option is pretty broken right now because of this.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 13 2023, 08:55
Post #186
aklfhl



Casual Poster
***
Group: Members
Posts: 191
Joined: 8-February 14
Level 332 (Godslayer)


QUOTE(-terry- @ Sep 11 2023, 05:03) *

torrent downloads are broken



QUOTE(Kepri @ Sep 13 2023, 14:27) *

I hope this can be fixed. The 'download page' option is pretty broken right now because of this.

Replace all KB/MB/GB [github.com] here with KiB/MiB/GiB
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 13 2023, 22:21
Post #187
Kepri



Lurker
Group: Gold Star Club
Posts: 6
Joined: 28-March 10
Level 374 (Godslayer)


Thanks! All fixed now (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 23 2023, 12:04
Post #188
nikgtasa



Newcomer
**
Group: Members
Posts: 54
Joined: 9-December 12
Level 205 (Lord)


Can confirm that fixed it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2023, 21:31
Post #189
InfinityGeneration



Infinite Degeneracy
*****
Group: Gold Star Club
Posts: 709
Joined: 19-October 18
Level 405 (Godslayer)


Seems like in image view the bottom bar that is usually there that contains information about the original image size, forwards and backwards, show all galleries with [x] image, etc. is not there anymore/not functional.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2023, 22:04
Post #190
-terry-



Veteran Poster
********
Group: Gold Star Club
Posts: 2,546
Joined: 9-August 19
Level 500 (Ponyslayer)


QUOTE(InfinityGeneration @ Oct 27 2023, 21:31) *

Seems like in image view the bottom bar that is usually there that contains information about the original image size, forwards and backwards, show all galleries with [x] image, etc. is not there anymore/not functional.

comment this
CODE
bottomControlGroup.appendChild(document.getElementById('i7'))

and add
CODE
#i6 div a { color: #f1f1f1 !important; }
in fitImageStyles just above the previous line to fix colors.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2023, 23:08
Post #191
InfinityGeneration



Infinite Degeneracy
*****
Group: Gold Star Club
Posts: 709
Joined: 19-October 18
Level 405 (Godslayer)


QUOTE(-terry- @ Oct 27 2023, 16:04) *

comment this
CODE
bottomControlGroup.appendChild(document.getElementById('i7'))

and add
CODE
#i6 div a { color: #f1f1f1 !important; }
in fitImageStyles just above the previous line to fix colors.


Sorry, I'm not super familiar with this coding stuff. I understood the comment bit but not:

QUOTE
CODE
#i6 div a { color: #f1f1f1 !important; }
in fitImageStyles just above the previous line to fix colors.


Where am I putting that exactly? I'm apparently breaking the syntax of the whole thing when I place it in all the places I think you might be talking about.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2023, 23:32
Post #192
-terry-



Veteran Poster
********
Group: Gold Star Club
Posts: 2,546
Joined: 9-August 19
Level 500 (Ponyslayer)


QUOTE(InfinityGeneration @ Oct 27 2023, 23:08) *

Sorry, I'm not super familiar with this coding stuff. I understood the comment bit but not:
Where am I putting that exactly? I'm apparently breaking the syntax of the whole thing when I place it in all the places I think you might be talking about.

just place it above
CODE
#toggleButtonHost { position: absolute; }`
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 28 2023, 00:16
Post #193
InfinityGeneration



Infinite Degeneracy
*****
Group: Gold Star Club
Posts: 709
Joined: 19-October 18
Level 405 (Godslayer)


QUOTE(-terry- @ Oct 27 2023, 17:32) *

just place it above
CODE
#toggleButtonHost { position: absolute; }`



Thank you! That worked.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2023, 01:01
Post #194
Nottodayman



Lurker
Group: Lurkers
Posts: 1
Joined: 22-July 14
Level 84 (Artisan)


Just recently I am unable to navigate galleries with arrow keys. When I have the script on nothing happens when I use the arrow keys. But if I turn off the script the arrow keys start functioning again.

Any ideas? Tried reinstalling/updating but that didn't work.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2023, 06:31
Post #195
DoggyThicc



Casual Poster
***
Group: Members
Posts: 112
Joined: 11-October 17
Level 400 (Dovahkiin)


QUOTE(Nottodayman @ Oct 28 2023, 17:01) *

Just recently I am unable to navigate galleries with arrow keys. When I have the script on nothing happens when I use the arrow keys. But if I turn off the script the arrow keys start functioning again.

Any ideas? Tried reinstalling/updating but that didn't work.

there was an update done yesterday to how galleries are viewed individually so maybe that broke it since the update seems to have gone and removed the bottom bar that appeared when viewing an individual image (along with a top bar but that one is still there) but it seems that was removed by the site itself since I don't see it anywhere in the elements so its not just hidden (maybe it's javascript blocked but I don't know how to search that)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2023, 19:48
Post #196
aklfhl



Casual Poster
***
Group: Members
Posts: 191
Joined: 8-February 14
Level 332 (Godslayer)


QUOTE(-terry- @ Oct 28 2023, 04:04) *

and add
CODE
#i6 div a { color: #f1f1f1 !important; }
in fitImageStyles just above the previous line to fix colors.

Or could just replace
CODE
#i6 > a
[github.com] here with
CODE
#i6 > div > a


QUOTE(Nottodayman @ Oct 29 2023, 07:01) *

Just recently I am unable to navigate galleries with arrow keys. When I have the script on nothing happens when I use the arrow keys. But if I turn off the script the arrow keys start functioning again.

Any ideas? Tried reinstalling/updating but that didn't work.

It's working for me.
Try removing the "i7" line as -terry- suggested above.

This post has been edited by aklfhl: Oct 29 2023, 20:01
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 31 2023, 00:26
Post #197
kgptzac



Lurker
Group: Recruits
Posts: 8
Joined: 5-August 15
Level 40 (Artisan)


Somehow trying to modify the script as mentioned in the replies aren't working for me (IMG:[invalid] style_emoticons/default/sad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 31 2023, 20:28
Post #198
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,131
Joined: 19-February 16
Level 500 (Ponyslayer)


in MPV I use the script to show full pages. That is now broken, or at least partly; it shows the page and then a blank space of the same size underneath each page. since update.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2023, 20:22
Post #199
DoggyThicc



Casual Poster
***
Group: Members
Posts: 112
Joined: 11-October 17
Level 400 (Dovahkiin)


QUOTE(Nottodayman @ Oct 28 2023, 17:01) *

Just recently I am unable to navigate galleries with arrow keys. When I have the script on nothing happens when I use the arrow keys. But if I turn off the script the arrow keys start functioning again.

Any ideas? Tried reinstalling/updating but that didn't work.

QUOTE(kgptzac @ Oct 30 2023, 16:26) *

Somehow trying to modify the script as mentioned in the replies aren't working for me (IMG:[invalid] style_emoticons/default/sad.gif)


If you guys are still having issues with what to change on the script itself, then [github.com] go here and just erase whatever line shows as red in your installed version of the script and change it to whatever the green line shows. Only one line is to be erased fully with no replacement.

That fixed those issues for me and now it's back to normal.

QUOTE(Noni @ Oct 31 2023, 12:28) *

in MPV I use the script to show full pages. That is now broken, or at least partly; it shows the page and then a blank space of the same size underneath each page. since update.


I haven't had this happen to me after this update, however, I do remember this happening sometimes before the UI changes but maybe I am not visualizing your issue well.

Like, sometimes there's just blank spaces between pages but without skipping any of the actual pages. Is that what is happening?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2023, 20:38
Post #200
aklfhl



Casual Poster
***
Group: Members
Posts: 191
Joined: 8-February 14
Level 332 (Godslayer)


QUOTE(BeetchFagget @ Nov 2 2023, 02:22) *

If you guys are still having issues with what to change on the script itself, then [github.com] go here and just erase whatever line shows as red in your installed version of the script and change it to whatever the green line shows. Only one line is to be erased fully with no replacement.

Well, you don't need to do it manually.
Just click the "raw" button [github.com] here and your script manager (e.g. Tampermonkey) should update it for you.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


12 Pages V « < 8 9 10 11 12 >
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: 3rd April 2025 - 08:23