Adds external links section to MU's series info page, with MangaDex, MangaFox, MangaHere, MangaPark, DynastyScans, NineManga.
< 腳本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/*
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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.