anka-213 / webcomic_reader

Webcomic Reader userscript at
https://openuserjs.org/scripts/anka-213/Webcomic_Reader
MIT License
120 stars 27 forks source link

Mangapark updated domain #12

Closed george-dy closed 8 years ago

george-dy commented 8 years ago

Webcomic reader has a working configuration for mangapark. mangapark.com currently redirects to mangapark.me as the working domain, so small update is needed to restore functionality. 2 lines added/updated for a quick fix.

Addition to the metadata block: // @include http*://mangapark.me/*

And change on line 3170 from: { url: 'mangatank.com|mangapark.com|mangawindow.com', to { url: 'mangatank.com|mangapark.com|mangawindow.com|mangapark.me',

anka-213 commented 8 years ago

Thanks for the patch. If you create a pull request, I can include it straight away. You can edit and submit the change directly from Github.