Get it on the Chrome Web Store and Mozilla Add-ons!
A browser extension that scrobbles what you're reading with MyAnimeList
- KissManga
- MangaDex
- MangaReader
- 9Anime
- Batoto (RIP)
There came the need for an extension to update MAL because the one I have for anime, MAL Updater OS X, uses Chrome's applescript to get a list of tabs (not necessarily the active one) and take the first one that it came upon that matched its search parameter's (eg. KissAnime or Crunchyroll).
While it may be normal to have only one anime tab open, I typically have tens of manga tabs open -- thus came the need for a solution to the active tab problem: mal-autosync-manga.
Original source code and inspiration from mal-scrobble.
The extension itself is within the build/chrome/
folder.
- Download the zip file or clone the git repository
- Unpack and save
build/chrome/
to a secure location - Go to the extension list: chrome://extensions
- Activate "Developers Mode"
- Click "Load unpacked extension…"
- Select the folder with the extension and enjoy
The extension itself is within the build/firefox/
folder.
- Download the zip file or clone the git repository
- Unpack and save
build/firefox/
to a secure location - Go to about:debugging
- Click "Load Temporary Add-on"
- Select manifest.json and enjoy
OR load from the xpi at build/firefox/web-ext-artifacts/*.xpi
git clone https://github.com/myh1000/mal-autosync-manga.git
cd mal-autosync-manga
npm install
npm run build (buildf for firefox)
Please look under src/app/handlers
for examples as guidance for how to add support for your favorite manga reader.
Edit accept
and parseData
so the extension runs and syncs only on the manga chapter pages.