manga-loader
manga-loader copied to clipboard
mangatown.com mobile subdomain support
Hi,
support for the mobile version of mangatown would be greatly appreciated.
The following changes should fix it:
- Change the match attribute to
// @match *://*.mangatown.com/manga/*/* - Change the mangatown regex to
match: "^https?://(www|m).mangatown.com/manga/[^/]+/[^/]+",
Thanks!