banner_jpg
Username/Email: Password:
Forums

I made a cover preview userscript :p

Pages (3) [ 1 2 3 ]  
You must be registered to post!
From User
Message Body
Member

8:37 am, Apr 10 2018
Posts: 121


Thank you for your suggestions! Both scripts work again with Tampermonkey.

Post #759113
Member

11:03 pm, Apr 19 2018
Posts: 35


YOU ARE AWESOME!!!

Member

3:21 am, Nov 5 2018
Posts: 6


Just came across this thread and wanted to say thank you ?

Member

1:54 pm, Feb 23 2019
Posts: 6


This might just be me but with the recent site update the script stopped working 😕

Post #767634 - Reply to (#767629) by Daywalker30
user avatar
Member

3:47 pm, Feb 23 2019
Posts: 409


Quote from Daywalker30
This might just be me but with the recent site update the script stopped working 😕


Not just you. Neither the Cover Preview nor the Manga Updates Group Fix are working for me after the site redesign. I can only hope that either the original developers are still on here and can update them for the new site, or that some other kind soul is able to either fix the coding for these two scrips, or create new ones that mimic their functionality.

[Edit] - just found another cover preview script that was updated to work with the new site redesign:

https://greasyfork.org/en/scripts/26513-mangaupdates-cove r-preview

Now that we have that working, I can only hope an update for the Group Fix will be forthcoming.


Last edited by Geese1 at 7:42 am, Feb 24 2019

Post #797110
user avatar
Vector
Member

11:05 pm, May 13 2022
Posts: 281


Just a quick bump because I'm hoping someone will be able to fix this extension again as it stopped working after the latest update.

Edit: I'm guessing it has something to do with the new URL naming system, if that helps anyone.

Last edited by Alimeru at 11:07 pm, May 13 2022

Post #797616 - Reply to (#797110) by Alimeru
Member

12:08 am, Jun 2 2022
Posts: 2


I'm not the author but I tried updating it per your note on the new URL naming system and it works again if you replace line 52-53 that says:
"series.html?id=": {
serieRegex: "([0-9]+)",
with:
"series/": {
serieRegex: "([a-zA-Z0-9]+)",

They don't use capital letters (A-Z part) but I included them.

Last edited by squeeqwer at 12:09 am, Jun 2 2022

Post #797618 - Reply to (#797616) by squeeqwer
user avatar
Member

1:40 am, Jun 2 2022
Posts: 409


Quote from squeeqwer
I'm not the author but I tried updating it per your note on the new URL naming system and it works again if you replace line 52-53 that says:
"series.html?id=": {
serieRegex: "([0-9]+)",
with:
"series/": {
serieRegex: "([a-zA-Z0-9]+)",

They don't use capital letters (A-Z part) but I included them.


Thanks for the fix!

Seems to work sporadically, as on a lot of times I just get the error saying something along the lines of "rate limit reached", but I believe that is just a function of the site it's pulling the images from as I believe it also did that before the site update here on MangaDex.

Post #797619 - Reply to (#797616) by squeeqwer
user avatar
Vector
Member

2:05 am, Jun 2 2022
Posts: 281


Works great, thanks for the quick fix!

Post #797627 - Reply to (#797619) by Alimeru
user avatar


6:09 pm, Jun 2 2022
Posts: 2658


I don't know how the script works, but it would be nice if someone could recode it to work with the API. You can easily get the image cover URL like so: https://api.mangaupdates.com/v1/series/17360452316

Pages (3) [ 1 2 3 ]  
You must be registered to post!