Mangaupdates External Links 14.03.2023

Adds external links section to MU's series info page, with MangaDex, MangaFox, MangaHere, MangaPark, DynastyScans, NineManga.

< Feedback on Mangaupdates External Links 14.03.2023

Review: OK - script works, but has bugs

§
Posted: 13.10.2023
Edited: 13.10.2023

Greetings.

This script does not work on all the URLs of MangaUpdates / Baka-Updates Manga (https://www.mangaupdates.com) as intended.
You can solve the issue by making the following changes in the code or find a more complicated solution if there is one to be found.

Original:
// @match http://www.mangaupdates.com/series/*
// @match https://www.mangaupdates.com/series/*

Solution:
// @match http://www.mangaupdates.com/series*
// @match https://www.mangaupdates.com/series*

URL for reference: https://www.mangaupdates.com/series.html?id=197285

We appreciate your effort, thank you for your time.

§
Posted: 13.10.2023
Edited: 13.10.2023

Greetings.

This script does not work on all the URLs of MangaUpdates / Baka-Updates Manga (https://www.mangaupdates.com) as intended.
You can solve the issue by making the following changes in the code or find a more complicated solution if there is one to be found.

Original:
// @match http://www.mangaupdates.com/series/*
// @match https://www.mangaupdates.com/series/*

Solution:
// @match http://www.mangaupdates.com/series*
// @match https://www.mangaupdates.com/series*

URL for reference: https://www.mangaupdates.com/series.html?id=197285

We appreciate your effort, thank you for your time.

A better solution:
// @match *://www.mangaupdates.com/series.html?id=*
// @match *://www.mangaupdates.com/series/*

Post reply

Sign in to post a reply.