bannerBaka-UpdatesManga
Manga Poll
Do you prefer reading a completed or ongoing series?
I only read completed series
I prefer reading completed series but dabble in ongoing series
I don't care
I prefer reading ongoing series but dabble in completed series
I only read ongoing series
 
mascot
Manga is the Japanese equivalent of comics
with a unique style and following. Join the revolution! Read some manga today!

RSS Feed

I made a cover preview userscript :p

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


7 years ago
Posts: 121

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


Member


7 years ago
Posts: 35

YOU ARE AWESOME!!!


Member


7 years ago
Posts: 6

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


Member


6 years ago
Posts: 6

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


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


6 years ago
Posts: 420

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:

[url]https://greasyfork.org/en/scripts/26513-mangaupdates-cover-preview[/url]

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


... Last edited by Geese1 6 years ago
user avatar
Vector
Member


3 years ago
Posts: 313

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 3 years ago
Post #797616 - Reply To (#797110) by Alimeru
Post #797616 - Reply To (#797110) by Alimeru
Member


3 years ago
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 3 years ago
Post #797618 - Reply To (#797616) by squeeqwer
Post #797618 - Reply To (#797616) by squeeqwer
user avatar
Member


3 years ago
Posts: 420

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
Post #797619 - Reply To (#797616) by squeeqwer
user avatar
Vector
Member


3 years ago
Posts: 313

Works great, thanks for the quick fix!


Post #797627 - Reply To (#797619) by Alimeru
Post #797627 - Reply To (#797619) by Alimeru
user avatar
Site Admin


3 years ago
Posts: 2852

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!