Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mangafox changed their domain name to fanfox.net. #164

Open
Stubbs9410 opened this issue Jan 29, 2018 · 10 comments
Open

Mangafox changed their domain name to fanfox.net. #164

Stubbs9410 opened this issue Jan 29, 2018 · 10 comments

Comments

@Stubbs9410
Copy link

so i arrived home to see that mangafox changed their domain again
how do i fix so that the extension will work again properly?

@Snipeon
Copy link

Snipeon commented Jan 29, 2018

shhh.... It has been fixed. On my repo. Go grab it now. As for your list, just do what you did the last time it happened.

@Stubbs9410
Copy link
Author

thanks senpai

@monkey8113
Copy link

I got directed to mangazoneapp.com everytime... not sure if everyone facing this problem as well?

@king37sniper
Copy link

king37sniper commented Jan 31, 2018

Dear MangaFox's fans,

We have received feebacks from many users in Southeast Asia that they could not visit MangaFox and were redirected to MangaZone after MangaFox changed its domain into "fanfox.net" on Jan 30th,2018.

At present, we prepared two solutions for our Southeast Asia fans who love read manga in MangaFox:

1)Visit fanfox.net on a VPN for other countries out of Southeast Asia.
2)Have a try with MangaZone.
It is an free manga app where you can read all manga from MangaFox.Your bookmarks can also be exported to the app.

Sorry for the inconvenience! 🙇‍♀️🙇‍♂️
We will keep improving the services of MangaFox.

WTF r we gonna do now

@Stubbs9410
Copy link
Author

Stubbs9410 commented Jan 31, 2018

i don't know but mine works fine
what i did

  1. exported list from broken version of amr
  2. modified in notepad mangafox.la and replaced it with fanfox.net
  3. got Snipeon repo (bless him) and added it to chrome (https://github.com/Snipeon/AMR)
  4. imported the modified list into that version of amr and done
    Hope it helps

p.s: please tell if it worked i'm a bit curious

@king37sniper
Copy link

Fuck mangafox, i'm switching to mangahere
You guys should download all mangas in ur manga list, i had a bad feeling about this, alot of online manga site is going down

@monkey8113
Copy link

monkey8113 commented Feb 4, 2018

now we have manga-fox.com. Dont even need Amr whole page feature.

Anyone know how i can remove my bookmark to the new site? without doing it one by one.

@EndOfFile
Copy link

I made the switch from mangafox.la to fanfox.net a little bit easier, assuming you are already using a fixed mirror from Snipeon.

EXPORT YOUR MANGA LIST FIRST AS BACKUP!

1.) Go to extensions -> AMR -> Click "Inspect Views background page"
2.) You should see a console window at the bottom (if not press ESC to bring it up)
3.) Copy the following Code into the Console:

all_mangas = JSON.parse(localStorage["mangas"]);

for (var i = 0; i < all_mangas.length; i++)
{
     all_mangas[i]["url"] = all_mangas[i]["url"].replace("mangafox.la", "fanfox.net");
     all_mangas[i]["lastChapterReadURL"] = all_mangas[i]["lastChapterReadURL"].replace("mangafox.la", "fanfox.net");
}

localStorage["mangas"] = JSON.stringify(all_mangas);

4.) Restart Chrome and everything should work, if not do it the manual way as before to fix it.

@monkey8113
Copy link

Half of the world cant access it now..... We all get directed to http://mangazoneapp.com
Yeah will be switching to other site sadly. But most site dont have as big library as mangafox have.

@king37sniper
Copy link

Mangahere and fox is down, i can't read
The image won't load....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants