Greasy Fork is available in English.
This simple script adds search links for mangapages on Mangaupdates
< Feedback on Mangaupdates Manga search
updated the script
updated the script
Thank you for addressing the issue. I have updated my rating of this script accordingly.
Greetings.
This script does not run on one of the three currently used URL styles on MangaUpdates / Baka-Updates Manga (https://www.mangaupdates.com) as of 13/10/2023 and to solve the issue, you must perform the following changes to your code.
Original:
// @match *://www.mangaupdates.com/series.html?id=*
// @match *://www.mangaupdates.com/series/*/*
Solution:
// @match *://www.mangaupdates.com/series.html?id=*
// @match *://www.mangaupdates.com/series/*
URL for reference: https://www.mangaupdates.com/series/pdqlx3i
Thank you for your time.