I made a cover preview userscript :p
7 years ago
Posts: 121
Thank you for your suggestions! Both scripts work again with Tampermonkey.
7 years ago
Posts: 35
YOU ARE AWESOME!!!
7 years ago
Posts: 6
Just came across this thread and wanted to say thank you ?
6 years ago
Posts: 6
This might just be me but with the recent site update the script stopped working 😕

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.

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.
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.

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.

3 years ago
Posts: 313
Works great, thanks for the quick fix!

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