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